Re: [PATCH] gpiolib: fix lookup of platform-mapped GPIOs

2013-11-28 Thread Linus Walleij
On Sat, Nov 23, 2013 at 6:55 AM, Alexandre Courbot wrote: > A typo resulted in GPIO lookup failing unconditionally. > > Signed-off-by: Alexandre Courbot > Reported-by: Stephen Warren Patch applied for fixes with Mika's ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line

Re: [PATCH] gpiolib: fix lookup of platform-mapped GPIOs

2013-11-25 Thread Mika Westerberg
On Sat, Nov 23, 2013 at 02:55:52PM +0900, Alexandre Courbot wrote: > A typo resulted in GPIO lookup failing unconditionally. > > Signed-off-by: Alexandre Courbot > Reported-by: Stephen Warren Reviewed-by: Mika Westerberg -- To unsubscribe from this list: send the line "unsubscribe linux-kernel

[PATCH] gpiolib: fix lookup of platform-mapped GPIOs

2013-11-22 Thread Alexandre Courbot
A typo resulted in GPIO lookup failing unconditionally. Signed-off-by: Alexandre Courbot Reported-by: Stephen Warren --- drivers/gpio/gpiolib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 980b08d..86caf17 100644 --- a