From: Axel Lin Date: Thu, 5 Jun 2014 00:43:59 +0000 (+0800) Subject: regulator: ltc3589: Use of_get_child_by_name X-Git-Tag: omap-for-v3.17/soc-cleanup~82^2^3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73d23ca732edf07ce2b62668821247bf1a636b54;p=pandora-kernel.git regulator: ltc3589: 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: Axel Lin Signed-off-by: Mark Brown --- Reading git-diff-tree failed