diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2022-01-19 09:04:32 +0800 |
---|---|---|
committer | Bartosz Golaszewski <brgl@bgdev.pl> | 2022-01-20 09:05:57 +0100 |
commit | 9f51ce0b9e73f83bab2442b36d5e247a81bd3401 (patch) | |
tree | 502e3f4fe4f3ab7a83e64ae3d5b77f570a3495e9 /drivers/gpio/gpio-xgene.c | |
parent | 7c1cf55577782725ea2bc24687767c8fe8e57486 (diff) |
gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()
The return from the call to platform_get_irq() is int, it can be
a negative error code, however this is being assigned to an unsigned
int variable 'irqn', so making 'irqn' an int.
Eliminate the following coccicheck warning:
./drivers/gpio/gpio-mpc8xxx.c:391:5-21: WARNING: Unsigned expression
compared with zero: mpc8xxx_gc -> irqn < 0
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes: 0b39536cc699 ("gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe")
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'drivers/gpio/gpio-xgene.c')
0 files changed, 0 insertions, 0 deletions