]> Pileus Git - ~andy/linux/blobdiff - drivers/ide/pci/hpt366.c
ide: remove ide_use_fast_pio()
[~andy/linux] / drivers / ide / pci / hpt366.c
index a8097b5476a26d40278053a04446866bdb70111b..992b60eeee3f9858787b46dcbdc417aa0fb9bbaa 100644 (file)
@@ -718,8 +718,7 @@ static int hpt366_config_drive_xfer_rate(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;
 }