|
@@ -2930,8 +2930,8 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
|
if (ahci_sb600_32bit_only(pdev))
|
|
|
hpriv->flags |= AHCI_HFLAG_32BIT_ONLY;
|
|
|
|
|
|
- if (!(hpriv->flags & AHCI_HFLAG_NO_MSI))
|
|
|
- pci_enable_msi(pdev);
|
|
|
+ if ((hpriv->flags & AHCI_HFLAG_NO_MSI) || pci_enable_msi(pdev))
|
|
|
+ pci_intx(pdev, 1);
|
|
|
|
|
|
/* save initial config */
|
|
|
ahci_save_initial_config(pdev, hpriv);
|