Merge branch 'linus' into perfcounters/urgent
[linux-block.git] / drivers / ide / it8172.c
index e021078cd06ba7325a5cfd95c9c38617348b4e03..0d266a5b524d6ad822d0cfaa7c858539dc59a502 100644 (file)
@@ -66,7 +66,7 @@ static void it8172_set_pio_mode(ide_drive_t *drive, const u8 pio)
        if (drive->media == ide_disk)
                /* enable prefetch */
                drive_enables |= 0x0004 << (drive->dn * 4);
-       if (ata_id_has_iordy(drive->id))
+       if (ide_pio_need_iordy(drive, pio))
                /* enable IORDY sample-point */
                drive_enables |= 0x0002 << (drive->dn * 4);