diff options
Diffstat (limited to 'drivers/regulator/max8998.c')
-rw-r--r-- | drivers/regulator/max8998.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/max8998.c b/drivers/regulator/max8998.c index 41a1495eec2b..2d38c2493a07 100644 --- a/drivers/regulator/max8998.c +++ b/drivers/regulator/max8998.c | |||
@@ -847,7 +847,7 @@ static __devinit int max8998_pmic_probe(struct platform_device *pdev) | |||
847 | regulators[index].n_voltages = count; | 847 | regulators[index].n_voltages = count; |
848 | } | 848 | } |
849 | rdev[i] = regulator_register(®ulators[index], max8998->dev, | 849 | rdev[i] = regulator_register(®ulators[index], max8998->dev, |
850 | pdata->regulators[i].initdata, max8998); | 850 | pdata->regulators[i].initdata, max8998, NULL); |
851 | if (IS_ERR(rdev[i])) { | 851 | if (IS_ERR(rdev[i])) { |
852 | ret = PTR_ERR(rdev[i]); | 852 | ret = PTR_ERR(rdev[i]); |
853 | dev_err(max8998->dev, "regulator init failed\n"); | 853 | dev_err(max8998->dev, "regulator init failed\n"); |