aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide/pci/it821x.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide/pci/it821x.c')
-rw-r--r--drivers/ide/pci/it821x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/pci/it821x.c b/drivers/ide/pci/it821x.c
index 35ee17df3f8d..a132767f7d90 100644
--- a/drivers/ide/pci/it821x.c
+++ b/drivers/ide/pci/it821x.c
@@ -606,7 +606,7 @@ static void __devinit it821x_fixups(ide_hwif_t *hwif)
606 printk(".\n"); 606 printk(".\n");
607 /* Now the core code will have wrongly decided no DMA 607 /* Now the core code will have wrongly decided no DMA
608 so we need to fix this */ 608 so we need to fix this */
609 hwif->ide_dma_off_quietly(drive); 609 hwif->dma_off_quietly(drive);
610#ifdef CONFIG_IDEDMA_ONLYDISK 610#ifdef CONFIG_IDEDMA_ONLYDISK
611 if (drive->media == ide_disk) 611 if (drive->media == ide_disk)
612#endif 612#endif