Re: [PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-11 Thread Mark Brown
On Thu, Apr 11, 2013 at 12:04:18PM +0800, Axel Lin wrote: > ab8500_ext_regulator_exit() never fails. Applied both, thanks. signature.asc Description: Digital signature

Re: [PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-11 Thread Bengt Jönsson
On 04/11/2013 06:04 AM, Axel Lin wrote: ab8500_ext_regulator_exit() never fails. Signed-off-by: Axel Lin Looks good to me. Acked-by: Bengt Jonsson --- drivers/regulator/ab8500-ext.c |4 +--- drivers/regulator/ab8500.c |9 +++-- include/linux/regulator/ab8500.h |

Re: [PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-11 Thread Bengt Jönsson
On 04/11/2013 06:04 AM, Axel Lin wrote: ab8500_ext_regulator_exit() never fails. Signed-off-by: Axel Lin axel@ingics.com Looks good to me. Acked-by: Bengt Jonsson bengt.g.jons...@stericsson.com --- drivers/regulator/ab8500-ext.c |4 +--- drivers/regulator/ab8500.c |9

Re: [PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-11 Thread Mark Brown
On Thu, Apr 11, 2013 at 12:04:18PM +0800, Axel Lin wrote: ab8500_ext_regulator_exit() never fails. Applied both, thanks. signature.asc Description: Digital signature

[PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-10 Thread Axel Lin
ab8500_ext_regulator_exit() never fails. Signed-off-by: Axel Lin --- drivers/regulator/ab8500-ext.c |4 +--- drivers/regulator/ab8500.c |9 +++-- include/linux/regulator/ab8500.h |2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git

[PATCH 1/2] regulator: ab8500-ext: Make the return type of ab8500_ext_regulator_exit() void

2013-04-10 Thread Axel Lin
ab8500_ext_regulator_exit() never fails. Signed-off-by: Axel Lin axel@ingics.com --- drivers/regulator/ab8500-ext.c |4 +--- drivers/regulator/ab8500.c |9 +++-- include/linux/regulator/ab8500.h |2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git