summaryrefslogtreecommitdiff
path: root/drivers/mfd/max8907c.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-24 13:39:48 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:43:02 -0800
commit4188ce9407728b38c1923d60b8779cb0b7aeb512 (patch)
treea6f635dc9a0065decb8c4552ee7f8482b082319b /drivers/mfd/max8907c.c
parent396ace2bc2888fec7375b0dd60b2cbc2936f608c (diff)
mfd: Update max8907c to mfd_data
Rebase-Id: R52ff2d9f5642bfa8b4b41bdfbad32179e92ee2a6
Diffstat (limited to 'drivers/mfd/max8907c.c')
-rw-r--r--drivers/mfd/max8907c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/max8907c.c b/drivers/mfd/max8907c.c
index 1a5f613ffdb7..7787c8ae994d 100644
--- a/drivers/mfd/max8907c.c
+++ b/drivers/mfd/max8907c.c
@@ -292,7 +292,7 @@ static int max8907c_i2c_probe(struct i2c_client *i2c,
mutex_init(&max8907c->io_lock);
for (i = 0; i < ARRAY_SIZE(cells); i++)
- cells[i].driver_data = max8907c;
+ cells[i].mfd_data = max8907c;
ret = mfd_add_devices(max8907c->dev, -1, cells, ARRAY_SIZE(cells),
NULL, 0);
if (ret != 0) {