mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-28 20:37:38 +00:00
Because platform_get_irq() could fail and return error irq.
Therefore, it might be better to check it if order to avoid the use of
error irq.
Fixes:
|
||
|---|---|---|
| .. | ||
| epic100.c | ||
| Kconfig | ||
| Makefile | ||
| smc91c92_cs.c | ||
| smc91x.c | ||
| smc91x.h | ||
| smc911x.c | ||
| smc911x.h | ||
| smc9194.c | ||
| smc9194.h | ||
| smsc911x.c | ||
| smsc911x.h | ||
| smsc9420.c | ||
| smsc9420.h | ||