Re: [PATCH -next] gpio-ml-ioh: fix error return code in ioh_gpio_probe()

2013-05-30 Thread Linus Walleij
On Tue, May 21, 2013 at 5:11 PM, Wei Yongjun wrote: > From: Wei Yongjun > > Fix to return a negative error code in the irq descs alloc error > handling case instead of 0, as done elsewhere in this function. > > Signed-off-by: Wei Yongjun Patch applied. Yours, Linus Walleij -- To unsubscribe f

[PATCH -next] gpio-ml-ioh: fix error return code in ioh_gpio_probe()

2013-05-21 Thread Wei Yongjun
From: Wei Yongjun Fix to return a negative error code in the irq descs alloc error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun --- drivers/gpio/gpio-ml-ioh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/gpio-ml-ioh.c b/drivers/