aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/tc86c001.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/tc86c001.c')
-rw-r--r--drivers/ide/pci/tc86c001.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/tc86c001.c b/drivers/ide/pci/tc86c001.c
index 840415d68d38..e66e7883ebe2 100644
--- a/drivers/ide/pci/tc86c001.c
+++ b/drivers/ide/pci/tc86c001.c
@@ -167,8 +167,7 @@ static int tc86c001_config_drive_xfer_rate(ide_drive_t *drive)
167 if (ide_tune_dma(drive)) 167 if (ide_tune_dma(drive))
168 return 0; 168 return 0;
169 169
170 if (ide_use_fast_pio(drive)) 170 ide_set_max_pio(drive);
171 ide_set_max_pio(drive);
172 171
173 return -1; 172 return -1;
174} 173}