diff options
Diffstat (limited to 'drivers/block')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 036e8ab86c71..73894ca33956 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -4092,11 +4092,9 @@ static void cciss_interrupt_mode(ctlr_info_t *h) | |||
4092 | if (err > 0) { | 4092 | if (err > 0) { |
4093 | dev_warn(&h->pdev->dev, | 4093 | dev_warn(&h->pdev->dev, |
4094 | "only %d MSI-X vectors available\n", err); | 4094 | "only %d MSI-X vectors available\n", err); |
4095 | goto default_int_mode; | ||
4096 | } else { | 4095 | } else { |
4097 | dev_warn(&h->pdev->dev, | 4096 | dev_warn(&h->pdev->dev, |
4098 | "MSI-X init failed %d\n", err); | 4097 | "MSI-X init failed %d\n", err); |
4099 | goto default_int_mode; | ||
4100 | } | 4098 | } |
4101 | } | 4099 | } |
4102 | if (pci_find_capability(h->pdev, PCI_CAP_ID_MSI)) { | 4100 | if (pci_find_capability(h->pdev, PCI_CAP_ID_MSI)) { |