diff options
Diffstat (limited to 'drivers/regulator/fixed.c')
-rw-r--r-- | drivers/regulator/fixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/fixed.c b/drivers/regulator/fixed.c index ebec5e06dfa1..12d08c694ae2 100644 --- a/drivers/regulator/fixed.c +++ b/drivers/regulator/fixed.c | |||
@@ -64,7 +64,7 @@ of_get_fixed_voltage_config(struct device *dev) | |||
64 | if (!config) | 64 | if (!config) |
65 | return NULL; | 65 | return NULL; |
66 | 66 | ||
67 | config->init_data = of_get_regulator_init_data(dev); | 67 | config->init_data = of_get_regulator_init_data(dev, dev->of_node); |
68 | if (!config->init_data) | 68 | if (!config->init_data) |
69 | return NULL; | 69 | return NULL; |
70 | 70 | ||