aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorBalaji Rao <balajirrao@gmail.com>2008-11-20 19:46:50 +0000
committerAndy Green <agreen@pads.home.warmcat.com>2008-11-20 19:46:50 +0000
commite7afcc773b419b5186a5697f61c3ad29ac486613 (patch)
treed02ab56747e0c835b4a9ed2b7dddbe90561ec78f /drivers/regulator
parent423644c578e2e56bbdd2b6e9d08dfbe406a8f53f (diff)
gta02_regulator_constraints.patch
Specify regulator constraints for gta02. For now, constraints for only the current used devices are specified.
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/pcf50633-regulator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c
index 371d02f9824..e34e344965c 100644
--- a/drivers/regulator/pcf50633-regulator.c
+++ b/drivers/regulator/pcf50633-regulator.c
@@ -266,7 +266,7 @@ int __init pcf50633_regulator_probe(struct platform_device *pdev)
return PTR_ERR(rdev);
if (pcf->pdata->regulator_registered)
- pcf->pdata->regulator_registered(pdev->id);
+ pcf->pdata->regulator_registered(pcf, pdev->id);
return 0;
}