aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/block/mtip32xx/mtip32xx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/block/mtip32xx/mtip32xx.c b/drivers/block/mtip32xx/mtip32xx.c
index 5299a65182db..60e86e8d47ca 100644
--- a/drivers/block/mtip32xx/mtip32xx.c
+++ b/drivers/block/mtip32xx/mtip32xx.c
@@ -4611,8 +4611,8 @@ static int mtip_pci_probe(struct pci_dev *pdev,
4611 INIT_WORK(&dd->work[7].work, mtip_workq_sdbf7); 4611 INIT_WORK(&dd->work[7].work, mtip_workq_sdbf7);
4612 4612
4613 pci_set_master(pdev); 4613 pci_set_master(pdev);
4614 rv = pci_enable_msi(pdev); 4614 rv = pci_enable_msi_range(pdev, 1, 1);
4615 if (rv) { 4615 if (rv < 0) {
4616 dev_warn(&pdev->dev, 4616 dev_warn(&pdev->dev,
4617 "Unable to enable MSI interrupt.\n"); 4617 "Unable to enable MSI interrupt.\n");
4618 goto msi_initialize_err; 4618 goto msi_initialize_err;