mirror of
https://github.com/torvalds/linux.git
synced 2025-11-08 12:40:51 +02:00
If the interface is not up, then don't try to close it during a
shutdown. This avoids possible double free of the IRQ, which
can happen during a shutdown.
Fixes:
|
||
|---|---|---|
| .. | ||
| emac | ||
| Kconfig | ||
| Makefile | ||
| qca_7k.c | ||
| qca_7k.h | ||
| qca_7k_common.c | ||
| qca_7k_common.h | ||
| qca_debug.c | ||
| qca_debug.h | ||
| qca_spi.c | ||
| qca_spi.h | ||
| qca_uart.c | ||