diff options
author | Axel Lin <axel.lin@gmail.com> | 2012-01-15 07:25:22 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-20 07:01:33 -0500 |
commit | b683d980d8cd91f95a00c9be95ea5116a7db7537 (patch) | |
tree | 62bb03ba80aeb212dda95d0dcd263ca0f3fbd777 /drivers | |
parent | a493077f1883a627d6ba2659b0a82888e58d31dd (diff) |
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')
-rw-r--r-- | drivers/regulator/tps65217-regulator.c | 2 |
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) | |||
447 | tps->info[pdev->id] = info; | 447 | tps->info[pdev->id] = info; |
448 | 448 | ||
449 | rdev = regulator_register(®ulators[pdev->id], &pdev->dev, | 449 | rdev = regulator_register(®ulators[pdev->id], &pdev->dev, |
450 | pdev->dev.platform_data, tps); | 450 | pdev->dev.platform_data, tps, NULL); |
451 | if (IS_ERR(rdev)) | 451 | if (IS_ERR(rdev)) |
452 | return PTR_ERR(rdev); | 452 | return PTR_ERR(rdev); |
453 | 453 | ||