Skip to content

Commit

Permalink
ide: use ->OUTBSYNC in init_irq()
Browse files Browse the repository at this point in the history
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz committed Jul 15, 2008
1 parent f8c4bd0 commit 6a732e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ide/ide-probe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ static int init_irq (ide_hwif_t *hwif)

if (io_ports->ctl_addr)
/* clear nIEN */
hwif->OUTB(0x08, io_ports->ctl_addr);
hwif->OUTBSYNC(hwif, 0x08, io_ports->ctl_addr);

if (request_irq(hwif->irq,&ide_intr,sa,hwif->name,hwgroup))
goto out_unlink;
Expand Down

0 comments on commit 6a732e1

Please sign in to comment.