mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 14:41:39 +00:00
Merge remote-tracking branch 'regulator/topic/core' into regulator-next
This commit is contained in:
commit
9dc886a255
@ -321,6 +321,7 @@ int of_regulator_match(struct device *dev, struct device_node *node,
|
||||
dev_err(dev,
|
||||
"failed to parse DT for regulator %s\n",
|
||||
child->name);
|
||||
of_node_put(child);
|
||||
return -EINVAL;
|
||||
}
|
||||
match->of_node = of_node_get(child);
|
||||
|
Loading…
Reference in New Issue
Block a user