]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/pci/cmd64x.c
ide: remove ide_use_fast_pio()
[~andy/linux] / drivers / ide / pci / cmd64x.c
index d50f15e34b80fb6a63fc6997a89074b59509145a..52790cb6bce4173b6c981d6bdb1ebc2fbfa3f22d 100644 (file)
@@ -335,8 +335,7 @@ static int cmd64x_config_drive_for_dma (ide_drive_t *drive)
        if (ide_tune_dma(drive))
                return 0;
 
-       if (ide_use_fast_pio(drive))
-               ide_set_max_pio(drive);
+       ide_set_max_pio(drive);
 
        return -1;
 }