Skip to content

Commit

Permalink
regulator: max8998 - set max8998->num_regulators
Browse files Browse the repository at this point in the history
Set max8998->num_regulators = pdata->num_regulators,
otherwise it's default value is 0.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
  • Loading branch information
Axel Lin authored and Liam Girdwood committed Sep 1, 2010
1 parent 11fa0d1 commit c356cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/regulator/max8998.c
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev)

rdev = max8998->rdev;
max8998->iodev = iodev;
max8998->num_regulators = pdata->num_regulators;
platform_set_drvdata(pdev, max8998);

for (i = 0; i < pdata->num_regulators; i++) {
Expand Down

0 comments on commit c356cbc

Please sign in to comment.