Message ID | 7e419c7c306eaf3be6fad3250e20d1b3da9675a8.1380703263.git.agordeev@redhat.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
diff --git a/drivers/dma/ioat/dma.c b/drivers/dma/ioat/dma.c index 5ff6fc1..acee3b2 100644 --- a/drivers/dma/ioat/dma.c +++ b/drivers/dma/ioat/dma.c @@ -937,6 +937,7 @@ msix: chan = ioat_chan_by_index(device, j); devm_free_irq(dev, msix->vector, chan); } + pci_disable_msix(pdev); goto msix_single_vector; } }
Signed-off-by: Alexander Gordeev <agordeev@redhat.com> --- drivers/dma/ioat/dma.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)