pinctrl: pistachio: Correct the fwnode_irq_get() return value check
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 8 Sep 2022 09:43:23 +0000 (12:43 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 8 Sep 2022 13:18:58 +0000 (15:18 +0200)
commit88d60d7d94bfab00abef3596fbf54b460c2a45ec
tree3bbed8004be289d4bd60eef63f6ab7ae05315632
parent1a41d1e5c8e5c5850a15abf3d18f610e9310b8ef
pinctrl: pistachio: Correct the fwnode_irq_get() return value check

fwnode_irq_get() may return all possible signed values, such as Linux
error code or 0. Fix the code to handle this properly.

Fixes: 1074e1d23a5c ("pinctrl: pistachio: Switch to use fwnode instead of")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220908094323.31965-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-pistachio.c