From e7afcc773b419b5186a5697f61c3ad29ac486613 Mon Sep 17 00:00:00 2001 From: Balaji Rao Date: Thu, 20 Nov 2008 19:46:50 +0000 Subject: gta02_regulator_constraints.patch Specify regulator constraints for gta02. For now, constraints for only the current used devices are specified. --- drivers/regulator/pcf50633-regulator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') 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; } -- cgit v1.2.3