Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge remote-tracking branch 'regulator/topic/core' into regulator-next

+1
+1
drivers/regulator/of_regulator.c
··· 321 321 dev_err(dev, 322 322 "failed to parse DT for regulator %s\n", 323 323 child->name); 324 + of_node_put(child); 324 325 return -EINVAL; 325 326 } 326 327 match->of_node = of_node_get(child);