aboutsummaryrefslogtreecommitdiffstats
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
parentregulator: DA9052/53 Regulator support (diff)
downloadlinux-dev-47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0.tar.xz
linux-dev-47aed92c7740c33f3acbd9dbdefb5ec6f9effdc0.zip
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 30c647f80574..bdb43757d7c7 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);