[PATCH 3/4] ide: use ->OUTBSYNC in ide_set_irq()

From: Bartlomiej Zolnierkiewicz
Date: Thu May 08 2008 - 15:23:47 EST


Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@xxxxxxxxx>
---
include/linux/ide.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Index: b/include/linux/ide.h
===================================================================
--- a/include/linux/ide.h
+++ b/include/linux/ide.h
@@ -1325,7 +1325,8 @@ static inline void ide_set_irq(ide_drive
{
ide_hwif_t *hwif = drive->hwif;

- hwif->OUTB(drive->ctl | (on ? 0 : 2), hwif->io_ports.ctl_addr);
+ hwif->OUTBSYNC(hwif, drive->ctl | (on ? 0 : 2),
+ hwif->io_ports.ctl_addr);
}

static inline u8 ide_read_status(ide_drive_t *drive)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/