On Sat, Dec 2, 2017 at 6:01 PM, Arvind Yadav <arvind.yadav...@gmail.com> 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...@gmail.com> > --- > changes in v2: > It's should be 'irq <= 0' instead of 'irq < 0'. Yep that's the right patch! Patch applied. Yours, Linus Walleij