aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/dma')
-rw-r--r--drivers/dma/ioat/dma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/ioat/dma.c b/drivers/dma/ioat/dma.c
index 4e3549a16132..b76c1485933b 100644
--- a/drivers/dma/ioat/dma.c
+++ b/drivers/dma/ioat/dma.c
@@ -947,7 +947,7 @@ msix:
947 for (i = 0; i < msixcnt; i++) 947 for (i = 0; i < msixcnt; i++)
948 device->msix_entries[i].entry = i; 948 device->msix_entries[i].entry = i;
949 949
950 err = pci_enable_msix(pdev, device->msix_entries, msixcnt); 950 err = pci_enable_msix_exact(pdev, device->msix_entries, msixcnt);
951 if (err) 951 if (err)
952 goto msi; 952 goto msi;
953 953