Re: [PATCH 06/16] regulator: max8997: Use of_get_child_by_name

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

2014-02-15 Thread Mark Brown
On Fri, Feb 14, 2014 at 05:19:52PM +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 06/16] regulator: max8997: 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/max8997.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/max8997.c

[PATCH 06/16] regulator: max8997: 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/max8997.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git