Mark Lord wrote:
@@ -3414,9 +3423,9 @@ if (rc) return rc; - /* Enable interrupts */ - if (msi && pci_enable_msi(pdev)) - pci_intx(pdev, 1); + /* Enable message-switched interrupts, if requested */ + if (msi && 0 == pci_enable_msi(pdev)) + hpriv->hp_flags |= MV_HP_FLAG_MSI;
applied, after moving the '0' equality test to follow the pci_enable_msi() call... :)
-- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html