aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r--drivers/ide/ide-probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index b0f9ededfad7..a0eb72e2a026 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -1125,7 +1125,7 @@ static int init_irq (ide_hwif_t *hwif)
1125 sa = IRQF_SHARED; 1125 sa = IRQF_SHARED;
1126#endif /* __mc68000__ */ 1126#endif /* __mc68000__ */
1127 1127
1128 if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646) 1128 if (hwif->chipset == ide_pci)
1129 sa = IRQF_SHARED; 1129 sa = IRQF_SHARED;
1130 1130
1131 if (io_ports->ctl_addr) 1131 if (io_ports->ctl_addr)