Re: [PATCH] regulator: ltc3589: Use of_get_child_by_name

2014-06-16 Thread Mark Brown
On Thu, Jun 05, 2014 at 08:43:59AM +0800, Axel Lin 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] regulator: ltc3589: Use of_get_child_by_name

2014-06-16 Thread Mark Brown
On Thu, Jun 05, 2014 at 08:43:59AM +0800, Axel Lin 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] regulator: ltc3589: Use of_get_child_by_name

2014-06-04 Thread Axel Lin
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: Axel Lin --- drivers/regulator/ltc3589.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/regulator/ltc3589.c

[PATCH] regulator: ltc3589: Use of_get_child_by_name

2014-06-04 Thread Axel Lin
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: Axel Lin axel@ingics.com --- drivers/regulator/ltc3589.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git