b6aa179334
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
|
||
---|---|---|
.. | ||
dma-sh7760.c | ||
fsi-ak4642.c | ||
fsi.c | ||
hac.c | ||
Kconfig | ||
Makefile | ||
sh7760-ac97.c | ||
ssi.c |