Re: [PATCH 07/16] regulator: 88pm8607: Use of_get_child_by_name

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 05:19:53PM +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

Re: [PATCH 07/16] regulator: 88pm8607: Use of_get_child_by_name

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 05:19:53PM +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 07/16] regulator: 88pm8607: Use of_get_child_by_name

2014-02-14 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/88pm8607.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/88pm8607.c

[PATCH 07/16] regulator: 88pm8607: Use of_get_child_by_name

2014-02-14 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 sachin.ka...@linaro.org --- drivers/regulator/88pm8607.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git