[PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void

2014-05-30 Thread abdoulaye berthe
This avoids handling gpiochip remove error in device remove handler. Signed-off-by: abdoulaye berthe --- drivers/gpio/gpiolib.c | 24 +++- include/linux/gpio/driver.h | 2 +- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/drivers/gpio/gpiolib.c b

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread abdoulaye berthe
value: Cheers, Abdoulaye. On Fri, May 30, 2014 at 12:14 AM, David Daney wrote: > On 05/29/2014 02:54 PM, abdoulaye berthe wrote: > > Did you forget a changelog explaining why this is either needed, or even a > good idea? I joined the conversation late and don't know why you