mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Unwind IRQs already requested by snet_request_irqs() before returning a
VQ IRQ request error so a later DRIVER_OK retry starts from a clean
state. The IRQs are requested and freed while the PCI device remains
bound, so the driver cannot wait for devres cleanup at detach time.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| snet_ctrl.c | ||
| snet_hwmon.c | ||
| snet_main.c | ||
| snet_vdpa.h | ||