aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/ide-probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r--drivers/ide/ide-probe.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c
index 41e7a4229fc4..3c945d64d845 100644
--- a/drivers/ide/ide-probe.c
+++ b/drivers/ide/ide-probe.c
@@ -843,10 +843,7 @@ static void probe_hwif(ide_hwif_t *hwif, void (*fixup)(ide_hwif_t *hwif))
843 * PARANOIA!!! 843 * PARANOIA!!!
844 */ 844 */
845 hwif->dma_off_quietly(drive); 845 hwif->dma_off_quietly(drive);
846#ifdef CONFIG_IDEDMA_ONLYDISK 846 ide_set_dma(drive);
847 if (drive->media == ide_disk)
848#endif
849 ide_set_dma(drive);
850 } 847 }
851 } 848 }
852 } 849 }