summaryrefslogtreecommitdiff
path: root/drivers/regulator/palmas-regulator.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/regulator/palmas-regulator.c')
-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 8a274cf7b6f3..e16780379a90 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",