From: Krzysztof Kozlowski Date: Fri, 21 Mar 2014 12:39:20 +0000 (+0100) Subject: clk: s2mps11: Use of_get_child_by_name X-Git-Tag: v3.15-rc1~72^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afbd1a0c309e3d5cb581a3f7c879be97855fe72f;p=pandora-kernel.git clk: s2mps11: Use of_get_child_by_name of_find_node_by_name() walks over all nodes and can thus walk outside of the parent node. Use of_get_child_by_name() instead. Signed-off-by: Krzysztof Kozlowski Signed-off-by: Mike Turquette --- Reading git-diff-tree failed