diff options
Diffstat (limited to 'drivers/ide/pci/pdc202xx_new.c')
-rw-r--r-- | drivers/ide/pci/pdc202xx_new.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/pdc202xx_new.c b/drivers/ide/pci/pdc202xx_new.c index c3a751207e64..9767232e2f8a 100644 --- a/drivers/ide/pci/pdc202xx_new.c +++ b/drivers/ide/pci/pdc202xx_new.c | |||
@@ -228,8 +228,7 @@ static int pdcnew_config_drive_xfer_rate(ide_drive_t *drive) | |||
228 | if (ide_tune_dma(drive)) | 228 | if (ide_tune_dma(drive)) |
229 | return 0; | 229 | return 0; |
230 | 230 | ||
231 | if (ide_use_fast_pio(drive)) | 231 | ide_set_max_pio(drive); |
232 | ide_set_max_pio(drive); | ||
233 | 232 | ||
234 | return -1; | 233 | return -1; |
235 | } | 234 | } |