summaryrefslogtreecommitdiff
path: root/drivers/regulator
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-06-07 10:09:14 +0800
committerAndy Green <andy.green@linaro.org>2012-06-07 10:10:41 +0800
commitabadeeb169fcfc9ffc3b6e7ff5c424b1c9751af4 (patch)
tree44ee7348c6be515be022c181ab95ca4722d00ad6 /drivers/regulator
parentd13f92ea3b7bbe371d05696e8503318887a909ba (diff)
downloadpanda-abadeeb169fcfc9ffc3b6e7ff5c424b1c9751af4.tar.gz
uplevel fix mfd Kconfig
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'drivers/regulator')
-rw-r--r--drivers/regulator/palmas-regulator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/regulator/palmas-regulator.c b/drivers/regulator/palmas-regulator.c
index 8a274cf7b6f..e16780379a9 100644
--- a/drivers/regulator/palmas-regulator.c
+++ b/drivers/regulator/palmas-regulator.c
@@ -855,7 +855,7 @@ static __devinit int palmas_probe(struct platform_device *pdev)
}
rdev = regulator_register(&pmic->desc[id],
- &pdev->dev, reg_data, pmic);
+ &pdev->dev, reg_data, pmic, NULL);
if (IS_ERR(rdev)) {
dev_err(&pdev->dev,
"failed to register %s regulator\n",
@@ -888,7 +888,7 @@ static __devinit int palmas_probe(struct platform_device *pdev)
pmic->desc[id].owner = THIS_MODULE;
rdev = regulator_register(&pmic->desc[id],
- &pdev->dev, reg_data, pmic);
+ &pdev->dev, reg_data, pmic, NULL);
if (IS_ERR(rdev)) {
dev_err(&pdev->dev,
"failed to register %s regulator\n",