aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/hpt34x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/hpt34x.c')
-rw-r--r--drivers/ide/pci/hpt34x.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/hpt34x.c b/drivers/ide/pci/hpt34x.c
index bccf0667a732..69724887225c 100644
--- a/drivers/ide/pci/hpt34x.c
+++ b/drivers/ide/pci/hpt34x.c
@@ -85,8 +85,7 @@ static int hpt34x_config_drive_xfer_rate (ide_drive_t *drive)
85 if (ide_tune_dma(drive)) 85 if (ide_tune_dma(drive))
86 return -1; 86 return -1;
87 87
88 if (ide_use_fast_pio(drive)) 88 ide_set_max_pio(drive);
89 ide_set_max_pio(drive);
90 89
91 return -1; 90 return -1;
92} 91}