|
@@ -1620,7 +1620,7 @@ static int ahci_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
|
|
/* legacy intx interrupts */
|
|
/* legacy intx interrupts */
|
|
pci_intx(pdev, 1);
|
|
pci_intx(pdev, 1);
|
|
}
|
|
}
|
|
- hpriv->irq = pdev->irq;
|
|
|
|
|
|
+ hpriv->irq = pci_irq_vector(pdev, 0);
|
|
|
|
|
|
if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
|
|
if (!(hpriv->cap & HOST_CAP_SSS) || ahci_ignore_sss)
|
|
host->flags |= ATA_HOST_PARALLEL_SCAN;
|
|
host->flags |= ATA_HOST_PARALLEL_SCAN;
|