diff options
| -rw-r--r-- | drivers/ata/libata-sff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/libata-sff.c b/drivers/ata/libata-sff.c index 9222b6bb010a..08b3a407473e 100644 --- a/drivers/ata/libata-sff.c +++ b/drivers/ata/libata-sff.c | |||
| @@ -898,7 +898,7 @@ static struct ata_probe_ent *ata_pci_init_legacy_port(struct pci_dev *pdev, | |||
| 898 | if (probe_ent->irq) | 898 | if (probe_ent->irq) |
| 899 | probe_ent->irq2 = ATA_SECONDARY_IRQ; | 899 | probe_ent->irq2 = ATA_SECONDARY_IRQ; |
| 900 | else | 900 | else |
| 901 | probe_ent->irq = 15; | 901 | probe_ent->irq = ATA_SECONDARY_IRQ; |
| 902 | probe_ent->port[1].cmd_addr = ATA_SECONDARY_CMD; | 902 | probe_ent->port[1].cmd_addr = ATA_SECONDARY_CMD; |
| 903 | probe_ent->port[1].altstatus_addr = | 903 | probe_ent->port[1].altstatus_addr = |
| 904 | probe_ent->port[1].ctl_addr = ATA_SECONDARY_CTL; | 904 | probe_ent->port[1].ctl_addr = ATA_SECONDARY_CTL; |
