mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
4773a47d8a
platform_get_irq returns -ENXIO on failure, so !irq was probably
always true. Better use (int)irq <= 0. Note that a return value of
zero is still handled as error even though this could mean irq0.
This is a followup to
|
||
---|---|---|
.. | ||
mscan | ||
sja1000 | ||
usb | ||
at91_can.c | ||
bfin_can.c | ||
dev.c | ||
Kconfig | ||
Makefile | ||
mcp251x.c | ||
ti_hecc.c | ||
vcan.c |