Re: [PATCH 1/2] regulator: s2mps11: Use of_get_child_by_name

2014-03-19 Thread Mark Brown
On Tue, Mar 04, 2014 at 11:16:57AM +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. Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/2] regulator: s2mps11: Use of_get_child_by_name

2014-03-03 Thread Sachin Kamat
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 --- drivers/regulator/s2mps11.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/s2mps11.c b/drivers/r