]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/pci/hpt34x.c
ide: remove ide_use_fast_pio()
[~andy/linux] / drivers / ide / pci / hpt34x.c
index bccf0667a732a5944ab83613f3c1392d9028c7d3..69724887225c38a08a60e243057ab45b08af4e1b 100644 (file)
@@ -85,8 +85,7 @@ static int hpt34x_config_drive_xfer_rate (ide_drive_t *drive)
        if (ide_tune_dma(drive))
                return -1;
 
-       if (ide_use_fast_pio(drive))
-               ide_set_max_pio(drive);
+       ide_set_max_pio(drive);
 
        return -1;
 }