summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/da9052-regulator.c
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-15 15:03:38 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-12-15 15:03:38 +0800
commit47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0 (patch)
treefa04d6657d1d6cfb64482948b772e7c25db0c35f /drivers/regulator/da9052-regulator.c
parent08bf1c0ae97f4e322471ec2111fd5d57d3d696e0 (diff)
downloadop-kernel-dev-47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0.zip
op-kernel-dev-47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0.tar.gz
regulator: Update da9052-regulator for DT changes
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator/da9052-regulator.c')
-rw-r--r--drivers/regulator/da9052-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/da9052-regulator.c b/drivers/regulator/da9052-regulator.c
index 30c647f..bdb4375 100644
--- a/drivers/regulator/da9052-regulator.c
+++ b/drivers/regulator/da9052-regulator.c
@@ -547,7 +547,7 @@ static int __devinit da9052_regulator_probe(struct platform_device *pdev)
regulator->rdev = regulator_register(&regulator->info->reg_desc,
&pdev->dev,
pdata->regulators[pdev->id],
- regulator);
+ regulator, NULL);
if (IS_ERR(regulator->rdev)) {
dev_err(&pdev->dev, "failed to register regulator %s\n",
regulator->info->reg_desc.name);
OpenPOWER on IntegriCloud