diff options
-rw-r--r-- | drivers/ata/sata_inic162x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_inic162x.c b/drivers/ata/sata_inic162x.c index c5335f422801..31b636fac98e 100644 --- a/drivers/ata/sata_inic162x.c +++ b/drivers/ata/sata_inic162x.c | |||
@@ -710,7 +710,7 @@ static int inic_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
710 | probe_ent->n_ports = NR_PORTS; | 710 | probe_ent->n_ports = NR_PORTS; |
711 | 711 | ||
712 | probe_ent->irq = pdev->irq; | 712 | probe_ent->irq = pdev->irq; |
713 | probe_ent->irq_flags = SA_SHIRQ; | 713 | probe_ent->irq_flags = IRQF_SHARED; |
714 | 714 | ||
715 | probe_ent->iomap = iomap; | 715 | probe_ent->iomap = iomap; |
716 | 716 | ||