diff options
Diffstat (limited to 'drivers/ide/pci/pdc202xx_old.c')
-rw-r--r-- | drivers/ide/pci/pdc202xx_old.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/pdc202xx_old.c b/drivers/ide/pci/pdc202xx_old.c index 9847a4ff7d40..b2c7b6e3edd5 100644 --- a/drivers/ide/pci/pdc202xx_old.c +++ b/drivers/ide/pci/pdc202xx_old.c | |||
@@ -184,8 +184,7 @@ static int pdc202xx_config_drive_xfer_rate (ide_drive_t *drive) | |||
184 | if (ide_tune_dma(drive)) | 184 | if (ide_tune_dma(drive)) |
185 | return 0; | 185 | return 0; |
186 | 186 | ||
187 | if (ide_use_fast_pio(drive)) | 187 | ide_set_max_pio(drive); |
188 | ide_set_max_pio(drive); | ||
189 | 188 | ||
190 | return -1; | 189 | return -1; |
191 | } | 190 | } |