diff options
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/pcf50633-core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/pcf50633-core.c b/drivers/mfd/pcf50633-core.c index 1774f60b1b2a..f109551eedad 100644 --- a/drivers/mfd/pcf50633-core.c +++ b/drivers/mfd/pcf50633-core.c | |||
@@ -613,7 +613,6 @@ static int __devinit pcf50633_probe(struct i2c_client *client, | |||
613 | pdev->dev.parent = pcf->dev; | 613 | pdev->dev.parent = pcf->dev; |
614 | platform_device_add_data(pdev, &pdata->reg_init_data[i], | 614 | platform_device_add_data(pdev, &pdata->reg_init_data[i], |
615 | sizeof(pdata->reg_init_data[i])); | 615 | sizeof(pdata->reg_init_data[i])); |
616 | dev_set_drvdata(&pdev->dev, pcf); | ||
617 | pcf->regulator_pdev[i] = pdev; | 616 | pcf->regulator_pdev[i] = pdev; |
618 | 617 | ||
619 | platform_device_add(pdev); | 618 | platform_device_add(pdev); |