cciss: Fallback to MSI rather than to INTx if MSI-X failed
[deliverable/linux.git] / drivers / block / cciss.c
index 036e8ab86c718057ae01c9f6bf3ba6c403a6b942..73894ca3395662c80178a110ca53823454f857f4 100644 (file)
@@ -4092,11 +4092,9 @@ static void cciss_interrupt_mode(ctlr_info_t *h)
                if (err > 0) {
                        dev_warn(&h->pdev->dev,
                                "only %d MSI-X vectors available\n", err);
-                       goto default_int_mode;
                } else {
                        dev_warn(&h->pdev->dev,
                                "MSI-X init failed %d\n", err);
-                       goto default_int_mode;
                }
        }
        if (pci_find_capability(h->pdev, PCI_CAP_ID_MSI)) {
This page took 0.0284 seconds and 5 git commands to generate.