aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/ppc/pmac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ppc/pmac.c b/drivers/ide/ppc/pmac.c
index b24e905ddcdd..d6a1a9be58a7 100644
--- a/drivers/ide/ppc/pmac.c
+++ b/drivers/ide/ppc/pmac.c
@@ -1784,7 +1784,7 @@ pmac_ide_dma_check(ide_drive_t *drive)
1784 drive->using_dma = pmac_ide_udma_enable(drive, mode); 1784 drive->using_dma = pmac_ide_udma_enable(drive, mode);
1785 else if (mode >= XFER_MW_DMA_0) 1785 else if (mode >= XFER_MW_DMA_0)
1786 drive->using_dma = pmac_ide_mdma_enable(drive, mode); 1786 drive->using_dma = pmac_ide_mdma_enable(drive, mode);
1787 hwif->OUTB(0, IDE_CONTROL_REG); 1787
1788 /* Apply settings to controller */ 1788 /* Apply settings to controller */
1789 pmac_ide_do_update_timings(drive); 1789 pmac_ide_do_update_timings(drive);
1790 } 1790 }