Re: [PATCH v2] gpio: ftgpio010: Fix platform_get_irq's error checking

From: Linus Walleij
Date: Sat Dec 02 2017 - 15:25:59 EST


On Sat, Dec 2, 2017 at 6:01 PM, Arvind Yadav <arvind.yadav.cs@xxxxxxxxx> wrote:

> The platform_get_irq() function returns negative if an error occurs.
> zero or positive number on success. platform_get_irq() error checking
> for zero is not correct.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---
> changes in v2:
> It's should be 'irq <= 0' instead of 'irq < 0'.

Yep that's the right patch! Patch applied.

Yours,
Linus Walleij