aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2010-08-22 15:26:49 +0800
committerLiam Girdwood <lrg@slimlogic.co.uk>2010-09-01 12:59:34 +0100
commitc356cbc2d4d99cf5a1429603fa1841e50987c4d3 (patch)
treef86eedfa5a1f42b90d78081e3751498aa04e95ad /drivers/regulator
parentregulator: max8998 - fix memory allocation size for max8998->rdev (diff)
downloadlinux-dev-c356cbc2d4d99cf5a1429603fa1841e50987c4d3.tar.xz
linux-dev-c356cbc2d4d99cf5a1429603fa1841e50987c4d3.zip
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')
-rw-r--r--drivers/regulator/max8998.c1
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)
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++) {