summaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAxel Lin2012-01-15 13:25:22 +0100
committerMark Brown2012-01-20 13:01:33 +0100
commitb683d980d8cd91f95a00c9be95ea5116a7db7537 (patch)
tree62bb03ba80aeb212dda95d0dcd263ca0f3fbd777 /drivers/regulator
parentregulator: tps65217: Add tps65217 regulator driver (diff)
downloadkernel-qcow2-linux-b683d980d8cd91f95a00c9be95ea5116a7db7537.tar.gz
kernel-qcow2-linux-b683d980d8cd91f95a00c9be95ea5116a7db7537.tar.xz
kernel-qcow2-linux-b683d980d8cd91f95a00c9be95ea5116a7db7537.zip
regulator: Update tps65217-regulator for DT changes
Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/tps65217-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/tps65217-regulator.c b/drivers/regulator/tps65217-regulator.c
index 66655668f965..28a10eaeda17 100644
--- a/drivers/regulator/tps65217-regulator.c
+++ b/drivers/regulator/tps65217-regulator.c
@@ -447,7 +447,7 @@ static int __devinit tps65217_regulator_probe(struct platform_device *pdev)
tps->info[pdev->id] = info;
rdev = regulator_register(&regulators[pdev->id], &pdev->dev,
- pdev->dev.platform_data, tps);
+ pdev->dev.platform_data, tps, NULL);
if (IS_ERR(rdev))
return PTR_ERR(rdev);