diff options
author | Axel Lin <axel.lin@gmail.com> | 2010-08-22 03:26:49 -0400 |
---|---|---|
committer | Liam Girdwood <lrg@slimlogic.co.uk> | 2010-09-01 07:59:34 -0400 |
commit | c356cbc2d4d99cf5a1429603fa1841e50987c4d3 (patch) | |
tree | f86eedfa5a1f42b90d78081e3751498aa04e95ad /drivers/regulator/max8998.c | |
parent | 11fa0d1d20c7cc432c77369bc8bbfbc21030e457 (diff) |
regulator: max8998 - set max8998->num_regulators
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>
Diffstat (limited to 'drivers/regulator/max8998.c')
-rw-r--r-- | drivers/regulator/max8998.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index fbcb385034a9..8b9bfdf8ffe5 100644 --- a/drivers/regulator/max8998.c +++ b/drivers/regulator/max8998.c | |||
@@ -558,6 +558,7 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev) | |||
558 | 558 | ||
559 | rdev = max8998->rdev; | 559 | rdev = max8998->rdev; |
560 | max8998->iodev = iodev; | 560 | max8998->iodev = iodev; |
561 | max8998->num_regulators = pdata->num_regulators; | ||
561 | platform_set_drvdata(pdev, max8998); | 562 | platform_set_drvdata(pdev, max8998); |
562 | 563 | ||
563 | for (i = 0; i < pdata->num_regulators; i++) { | 564 | for (i = 0; i < pdata->num_regulators; i++) { |