diff options
Diffstat (limited to 'drivers/ide/pci/atiixp.c')
-rw-r--r-- | drivers/ide/pci/atiixp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/ide/pci/atiixp.c b/drivers/ide/pci/atiixp.c index 644f4aea795a..b457df883dcb 100644 --- a/drivers/ide/pci/atiixp.c +++ b/drivers/ide/pci/atiixp.c | |||
@@ -171,8 +171,7 @@ static int atiixp_dma_check(ide_drive_t *drive) | |||
171 | if (ide_tune_dma(drive)) | 171 | if (ide_tune_dma(drive)) |
172 | return 0; | 172 | return 0; |
173 | 173 | ||
174 | if (ide_use_fast_pio(drive)) | 174 | ide_set_max_pio(drive); |
175 | ide_set_max_pio(drive); | ||
176 | 175 | ||
177 | return -1; | 176 | return -1; |
178 | } | 177 | } |