Re: [PATCH 1/2] regulator: s5m8767: Use of_get_child_by_name
On Thu, Feb 13, 2014 at 05:05:06PM +0530, Sachin Kamat wrote: > 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.