mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-06 09:47:54 +01:00
The function ax_init_dev (which is called only from the driver's .probe
function) calls free_irq in the error path without having requested the
irq in the first place. So drop the free_irq call in the error path.
Fixes:
|
||
|---|---|---|
| .. | ||
| 8390.c | ||
| 8390.h | ||
| 8390p.c | ||
| apne.c | ||
| ax88796.c | ||
| axnet_cs.c | ||
| etherh.c | ||
| hydra.c | ||
| Kconfig | ||
| lib8390.c | ||
| mac8390.c | ||
| Makefile | ||
| mcf8390.c | ||
| ne.c | ||
| ne2k-pci.c | ||
| pcnet_cs.c | ||
| smc-ultra.c | ||
| stnic.c | ||
| wd.c | ||
| zorro8390.c | ||