Merge branch 'master' of /home/gregkh/linux/git/torvalds-2.6
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / ide / it8213.c
index d7969b6d139e2eac75fbe181652b7608cc2a5abf..47976167796a4a03fd35a44dbf1c2b372a920739 100644 (file)
@@ -50,7 +50,7 @@ static void it8213_set_pio_mode(ide_drive_t *drive, const u8 pio)
                control |= 1;   /* Programmable timing on */
        if (drive->media != ide_disk)
                control |= 4;   /* ATAPI */
-       if (pio > 2)
+       if (ide_pio_need_iordy(drive, pio))
                control |= 2;   /* IORDY */
        if (is_slave) {
                master_data |=  0x4000;