mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 06:40:54 +07:00
2b9f28d5e8
We don't free config irq in ifcvf_free_irq() which will trigger a BUG() in pci core since we try to free the vectors that has an action. Fixing this by recording the config irq in ifcvf_hw structure and free it in ifcvf_free_irq(). Fixes: |
||
---|---|---|
.. | ||
ifcvf_base.c | ||
ifcvf_base.h | ||
ifcvf_main.c | ||
Makefile |