Skip to content

Commit

Permalink
ali14xx: doesn't use shared IRQs
Browse files Browse the repository at this point in the history
init_irq() shouldn't use IRQF_SHARED for ali14xx IDE IRQ handler.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Dec 29, 2008
1 parent 27c01c2 commit 02fb568
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1125,8 +1125,7 @@ static int init_irq (ide_hwif_t *hwif)
sa = IRQF_SHARED;
#endif /* __mc68000__ */

if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646 ||
hwif->chipset == ide_ali14xx)
if (hwif->chipset == ide_pci || hwif->chipset == ide_cmd646)
sa = IRQF_SHARED;

if (io_ports->ctl_addr)
Expand Down

0 comments on commit 02fb568

Please sign in to comment.