Re: [PATCH 2/2] led: remove use of gpiochip_remove() retval

2014-10-03 Thread Bryan Wu
On Thu, Oct 2, 2014 at 12:12 AM, Linus Walleij wrote: > On Tue, Sep 30, 2014 at 11:21 PM, Bryan Wu wrote: >> On Tue, Sep 30, 2014 at 7:35 AM, Pramod Gurav >> wrote: >>> Get rid of using return value from gpiochip_remove() as it returns >>> void. >> >> Looks good to me. I will merge it. > > Pleas

Re: [PATCH 2/2] led: remove use of gpiochip_remove() retval

2014-10-02 Thread Linus Walleij
On Tue, Sep 30, 2014 at 11:21 PM, Bryan Wu wrote: > On Tue, Sep 30, 2014 at 7:35 AM, Pramod Gurav > wrote: >> Get rid of using return value from gpiochip_remove() as it returns >> void. > > Looks good to me. I will merge it. Please don't. The issue is already fixed through the GPIO tree, where

Re: [PATCH 2/2] led: remove use of gpiochip_remove() retval

2014-09-30 Thread Bryan Wu
On Tue, Sep 30, 2014 at 7:35 AM, Pramod Gurav wrote: > Get rid of using return value from gpiochip_remove() as it returns > void. > Looks good to me. I will merge it. But what's in the first patch. I just got this second patch in my email inbox. -Bryan > Cc: Linus Walleij > Cc: Alexandre Cour

[PATCH 2/2] led: remove use of gpiochip_remove() retval

2014-09-30 Thread Pramod Gurav
Get rid of using return value from gpiochip_remove() as it returns void. Cc: Linus Walleij Cc: Alexandre Courbot Cc: Bryan Wu Cc: Richard Purdie Cc: linux-l...@vger.kernel.org Cc: linux-g...@vger.kernel.org Signed-off-by: Pramod Gurav --- drivers/leds/leds-pca9532.c | 10 ++ driv