diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ide.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/ide.h b/include/linux/ide.h index 1c3431469649..4d1c9714f1d9 100644 --- a/include/linux/ide.h +++ b/include/linux/ide.h | |||
@@ -1340,7 +1340,8 @@ static inline void ide_set_irq(ide_drive_t *drive, int on) | |||
1340 | { | 1340 | { |
1341 | ide_hwif_t *hwif = drive->hwif; | 1341 | ide_hwif_t *hwif = drive->hwif; |
1342 | 1342 | ||
1343 | hwif->OUTB(drive->ctl | (on ? 0 : 2), hwif->io_ports.ctl_addr); | 1343 | hwif->OUTBSYNC(hwif, drive->ctl | (on ? 0 : 2), |
1344 | hwif->io_ports.ctl_addr); | ||
1344 | } | 1345 | } |
1345 | 1346 | ||
1346 | static inline u8 ide_read_status(ide_drive_t *drive) | 1347 | static inline u8 ide_read_status(ide_drive_t *drive) |