commit | afbd1a0c309e3d5cb581a3f7c879be97855fe72f | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski@samsung.com> | Fri Mar 21 13:39:20 2014 +0100 |
committer | Mike Turquette <mturquette@linaro.org> | Mon Mar 24 15:11:27 2014 -0700 |
tree | 28f4116cc1c0226b45a2cbe8d2d65da127f14db2 | |
parent | 238e14055da87d0d012257788e39fe0df3a82226 [diff] |
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 <k.kozlowski@samsung.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>