diff options
-rw-r--r-- | drivers/regulator/pfuze100-regulator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/pfuze100-regulator.c b/drivers/regulator/pfuze100-regulator.c index 3cb19aef475d..9bd8b68f3d98 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c | |||
@@ -250,7 +250,7 @@ static int pfuze_parse_regulators_dt(struct pfuze_chip *chip) | |||
250 | struct device_node *np, *parent; | 250 | struct device_node *np, *parent; |
251 | int ret; | 251 | int ret; |
252 | 252 | ||
253 | np = of_node_get(dev->parent->of_node); | 253 | np = of_node_get(dev->of_node); |
254 | if (!np) | 254 | if (!np) |
255 | return 0; | 255 | return 0; |
256 | 256 | ||