diff options
Diffstat (limited to 'drivers/ata/libata-sff.c')
-rw-r--r-- | drivers/ata/libata-sff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 37471d3c1c28..a57de4a5aa45 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
@@ -906,6 +906,7 @@ static struct ata_probe_ent *ata_pci_init_legacy_port(struct pci_dev *pdev, | |||
906 | return NULL; | 906 | return NULL; |
907 | 907 | ||
908 | probe_ent->n_ports = 2; | 908 | probe_ent->n_ports = 2; |
909 | probe_ent->irq_flags = IRQF_SHARED; | ||
909 | 910 | ||
910 | if (port_mask & ATA_PORT_PRIMARY) { | 911 | if (port_mask & ATA_PORT_PRIMARY) { |
911 | probe_ent->irq = ATA_PRIMARY_IRQ; | 912 | probe_ent->irq = ATA_PRIMARY_IRQ; |