Re: [PATCH 2/2] regulator: ab8500: Remove ab8500_regulator_debug_init/exit()

2014-06-11 Thread Linus Walleij
On Sun, Jun 8, 2014 at 4:47 PM, Axel Lin wrote: > CONFIG_REGULATOR_AB8500_DEBUG is always not defined. > ab8500_regulator_debug_init() is not called at all now, > ab8500_regulator_debug_exit() simply return 0, thus remove them. > > Signed-off-by: Axel Lin Acked-by: Linus Walleij Yours, Linus

[PATCH 2/2] regulator: ab8500: Remove ab8500_regulator_debug_init/exit()

2014-06-08 Thread Axel Lin
CONFIG_REGULATOR_AB8500_DEBUG is always not defined. ab8500_regulator_debug_init() is not called at all now, ab8500_regulator_debug_exit() simply return 0, thus remove them. Signed-off-by: Axel Lin --- drivers/regulator/ab8500.c | 13 - include/linux/regulator/ab8500.h | 14 ---