mirror of
https://github.com/torvalds/linux.git
synced 2026-07-12 00:03:39 +02:00
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 | ||