diff options
-rw-r--r-- | drivers/scsi/vmw_pvscsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index c88e1468aad7..598f65efaaec 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c | |||
@@ -1194,7 +1194,7 @@ static int pvscsi_setup_msix(const struct pvscsi_adapter *adapter, | |||
1194 | struct msix_entry entry = { 0, PVSCSI_VECTOR_COMPLETION }; | 1194 | struct msix_entry entry = { 0, PVSCSI_VECTOR_COMPLETION }; |
1195 | int ret; | 1195 | int ret; |
1196 | 1196 | ||
1197 | ret = pci_enable_msix(adapter->dev, &entry, 1); | 1197 | ret = pci_enable_msix_exact(adapter->dev, &entry, 1); |
1198 | if (ret) | 1198 | if (ret) |
1199 | return ret; | 1199 | return ret; |
1200 | 1200 | ||