Re: [PATCH 59/61] gpio: wm8994: Use devm_gpiochip_add_data() for gpio registration

2016-02-22 Thread Charles Keepax
On Mon, Feb 22, 2016 at 07:38:48PM +0530, Laxman Dewangan wrote: > Use devm_gpiochip_add_data() for GPIO registration and remove the > need of driver callback .remove. > > Signed-off-by: Laxman Dewangan > Cc: patc...@opensource.wolfsonmicro.com > --- Acked-by: Charles Keepax Thanks, Charles

[PATCH 59/61] gpio: wm8994: Use devm_gpiochip_add_data() for gpio registration

2016-02-22 Thread Laxman Dewangan
Use devm_gpiochip_add_data() for GPIO registration and remove the need of driver callback .remove. Signed-off-by: Laxman Dewangan Cc: patc...@opensource.wolfsonmicro.com --- drivers/gpio/gpio-wm8994.c | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/drivers/