Re: [PATCH 1/3] regulator: s5m8767: Use of_get_child_count()

2013-02-08 Thread Mark Brown
On Wed, Feb 06, 2013 at 10:55:05AM +0800, Axel Lin wrote: > Signed-off-by: Axel Lin Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/3] regulator: s5m8767: Use of_get_child_count()

2013-02-08 Thread Mark Brown
On Wed, Feb 06, 2013 at 10:55:05AM +0800, Axel Lin wrote: Signed-off-by: Axel Lin axel@ingics.com Applied, thanks. signature.asc Description: Digital signature

[PATCH 1/3] regulator: s5m8767: Use of_get_child_count()

2013-02-05 Thread Axel Lin
Signed-off-by: Axel Lin --- drivers/regulator/s5m8767.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index 1250cef..194b5dd 100644 --- a/drivers/regulator/s5m8767.c +++ b/drivers/regulator/s5m8767.c @@ -536,9

[PATCH 1/3] regulator: s5m8767: Use of_get_child_count()

2013-02-05 Thread Axel Lin
Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/s5m8767.c |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/regulator/s5m8767.c b/drivers/regulator/s5m8767.c index 1250cef..194b5dd 100644 --- a/drivers/regulator/s5m8767.c +++