regulator: tps6507x: Use of_get_child_by_name
authorSachin Kamat <sachin.kamat@linaro.org>
Fri, 14 Feb 2014 11:50:01 +0000 (17:20 +0530)
committerMark Brown <broonie@linaro.org>
Fri, 14 Feb 2014 21:20:49 +0000 (21:20 +0000)
commite3d4edfd98018a5bc0aa01167b7a6dcf92af7918
treeb71638a4398cb27c3ff6e66ea6d05b5e39ba12d2
parent4246e55fa830aa48cc5a7c3c023eee6553415b4b
regulator: tps6507x: Use of_get_child_by_name

of_find_node_by_name walks the allnodes list, and can thus walk
outside of the parent node. Use of_get_child_by_name instead.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/tps6507x-regulator.c