ide: use ->OUTBSYNC in init_irq()
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
f8c4bd0ab2
commit
6a732e11be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue