Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-31 Thread Linus Walleij
On Tue, Aug 28, 2012 at 1:30 PM, Axel Lin wrote: > irq_alloc_descs() returns negative error code on failure. > > Signed-off-by: Axel Lin Applied with Magnus' ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-31 Thread Linus Walleij
On Tue, Aug 28, 2012 at 1:30 PM, Axel Lin axel@gmail.com wrote: irq_alloc_descs() returns negative error code on failure. Signed-off-by: Axel Lin axel@gmail.com Applied with Magnus' ACK. Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe linux-kernel in

Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-30 Thread Magnus Damm
On Fri, Aug 31, 2012 at 9:05 AM, Linus Walleij wrote: > On Tue, Aug 28, 2012 at 4:30 AM, Axel Lin wrote: > >> irq_alloc_descs() returns negative error code on failure. >> >> Signed-off-by: Axel Lin > > Magnuis can I have your ACK on this? Yes, of course! I never disagree with bug fixes =)

Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-30 Thread Linus Walleij
On Tue, Aug 28, 2012 at 4:30 AM, Axel Lin wrote: > irq_alloc_descs() returns negative error code on failure. > > Signed-off-by: Axel Lin Magnuis can I have your ACK on this? Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-30 Thread Linus Walleij
On Tue, Aug 28, 2012 at 4:30 AM, Axel Lin axel@gmail.com wrote: irq_alloc_descs() returns negative error code on failure. Signed-off-by: Axel Lin axel@gmail.com Magnuis can I have your ACK on this? Yours, Linus Walleij -- To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-30 Thread Magnus Damm
On Fri, Aug 31, 2012 at 9:05 AM, Linus Walleij linus.wall...@linaro.org wrote: On Tue, Aug 28, 2012 at 4:30 AM, Axel Lin axel@gmail.com wrote: irq_alloc_descs() returns negative error code on failure. Signed-off-by: Axel Lin axel@gmail.com Magnuis can I have your ACK on this? Yes,

[PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-28 Thread Axel Lin
irq_alloc_descs() returns negative error code on failure. Signed-off-by: Axel Lin --- drivers/gpio/gpio-em.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-em.c b/drivers/gpio/gpio-em.c index ae37181..ec48ed5 100644 --- a/drivers/gpio/gpio-em.c +++

[PATCH] gpio: em: Fix checking return value of irq_alloc_descs

2012-08-28 Thread Axel Lin
irq_alloc_descs() returns negative error code on failure. Signed-off-by: Axel Lin axel@gmail.com --- drivers/gpio/gpio-em.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpio/gpio-em.c b/drivers/gpio/gpio-em.c index ae37181..ec48ed5 100644 ---