Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a732e11 authored by Bartlomiej Zolnierkiewicz's avatar Bartlomiej Zolnierkiewicz
Browse files

ide: use ->OUTBSYNC in init_irq()

parent f8c4bd0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;