diff options
Diffstat (limited to 'drivers/ide/pci/siimage.c')
-rw-r--r-- | drivers/ide/pci/siimage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/siimage.c b/drivers/ide/pci/siimage.c index ce7784996d12..8be36f3b69a8 100644 --- a/drivers/ide/pci/siimage.c +++ b/drivers/ide/pci/siimage.c | |||
@@ -326,8 +326,7 @@ static int siimage_config_drive_for_dma (ide_drive_t *drive) | |||
326 | if (ide_tune_dma(drive)) | 326 | if (ide_tune_dma(drive)) |
327 | return 0; | 327 | return 0; |
328 | 328 | ||
329 | if (ide_use_fast_pio(drive)) | 329 | ide_set_max_pio(drive); |
330 | ide_set_max_pio(drive); | ||
331 | 330 | ||
332 | return -1; | 331 | return -1; |
333 | } | 332 | } |