diff options
Diffstat (limited to 'drivers/ide/ide-probe.c')
-rw-r--r-- | drivers/ide/ide-probe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-probe.c b/drivers/ide/ide-probe.c index 34b1fb65bc79..c2d69d2d3044 100644 --- a/drivers/ide/ide-probe.c +++ b/drivers/ide/ide-probe.c | |||
@@ -844,7 +844,7 @@ static void probe_hwif(ide_hwif_t *hwif, void (*fixup)(ide_hwif_t *hwif)) | |||
844 | * Move here to prevent module loading clashing. | 844 | * Move here to prevent module loading clashing. |
845 | */ | 845 | */ |
846 | // drive->autodma = hwif->autodma; | 846 | // drive->autodma = hwif->autodma; |
847 | if (hwif->ide_dma_check) { | 847 | if (hwif->ide_dma_on) { |
848 | /* | 848 | /* |
849 | * Force DMAing for the beginning of the check. | 849 | * Force DMAing for the beginning of the check. |
850 | * Some chipsets appear to do interesting | 850 | * Some chipsets appear to do interesting |