Skip to content

Commit

Permalink
regulator: Update tps65217-regulator for DT changes
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Axel Lin authored and Mark Brown committed Jan 20, 2012
1 parent a493077 commit b683d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/regulator/tps65217-regulator.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit b683d98

Please sign in to comment.