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 9bd8b68f3d98..371a55374edc 100644 --- a/drivers/regulator/pfuze100-regulator.c +++ b/drivers/regulator/pfuze100-regulator.c | |||
@@ -252,7 +252,7 @@ static int pfuze_parse_regulators_dt(struct pfuze_chip *chip) | |||
252 | 252 | ||
253 | np = of_node_get(dev->of_node); | 253 | np = of_node_get(dev->of_node); |
254 | if (!np) | 254 | if (!np) |
255 | return 0; | 255 | return -EINVAL; |
256 | 256 | ||
257 | parent = of_get_child_by_name(np, "regulators"); | 257 | parent = of_get_child_by_name(np, "regulators"); |
258 | if (!parent) { | 258 | if (!parent) { |