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
|
||
---|---|---|
.. | ||
common | ||
dvb | ||
IR | ||
radio | ||
video | ||
Kconfig | ||
Makefile |