mirror of https://github.com/torvalds/linux.git
If CONFIG_DEBUG_SHIRQ is enabled __free_irq() intentionally fires
a spurious interrupt. This interrupt causes a crash because
tp->dev->phydev is NULL at that time.
Fixes:
|
||
|---|---|---|
| .. | ||
| 8139cp.c | ||
| 8139too.c | ||
| Kconfig | ||
| Makefile | ||
| atp.c | ||
| atp.h | ||
| r8169.c | ||