aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2009-10-17 05:09:55 +0400
committerPaul Fertser <fercerpav@gmail.com>2009-10-17 05:09:55 +0400
commit464aed729288801b5acb339c1025494c5c12407f (patch)
treec66a0b6e42c3f08533a7cd72318f24ed01545a33 /drivers/mfd
parentadb98df68b6e6367ca1e39fc8df3ce32efbe1ae2 (diff)
Fix pcf50606-regulator drvdata usage
Ported from 01f61025cee418405880d653f33ce179873a3610
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/pcf50606-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50606-core.c b/drivers/mfd/pcf50606-core.c
index f886893929d..71c56a8b098 100644
--- a/drivers/mfd/pcf50606-core.c
+++ b/drivers/mfd/pcf50606-core.c
@@ -599,7 +599,6 @@ static int pcf50606_probe(struct i2c_client *client,
pdev->dev.parent = pcf->dev;
platform_device_add_data(pdev, &pdata->reg_init_data[i],
sizeof(pdata->reg_init_data[i]));
- pdev->dev.driver_data = pcf;
pcf->regulator_pdev[i] = pdev;
platform_device_add(pdev);