diff options
Diffstat (limited to 'drivers/regulator/ab3100.c')
-rw-r--r-- | drivers/regulator/ab3100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/ab3100.c b/drivers/regulator/ab3100.c index 585e4946fe0a..042271aace6a 100644 --- a/drivers/regulator/ab3100.c +++ b/drivers/regulator/ab3100.c | |||
@@ -634,7 +634,7 @@ static int __devinit ab3100_regulators_probe(struct platform_device *pdev) | |||
634 | rdev = regulator_register(&ab3100_regulator_desc[i], | 634 | rdev = regulator_register(&ab3100_regulator_desc[i], |
635 | &pdev->dev, | 635 | &pdev->dev, |
636 | &plfdata->reg_constraints[i], | 636 | &plfdata->reg_constraints[i], |
637 | reg); | 637 | reg, NULL); |
638 | 638 | ||
639 | if (IS_ERR(rdev)) { | 639 | if (IS_ERR(rdev)) { |
640 | err = PTR_ERR(rdev); | 640 | err = PTR_ERR(rdev); |