]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
Revert "ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos"
authorTony Lindgren <tony@atomide.com>
Mon, 1 Oct 2007 18:00:16 +0000 (11:00 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 1 Oct 2007 18:00:16 +0000 (11:00 -0700)
This reverts commit 22f051f0b12793836891cfa845fa7f713db75af8.

It should use OMAP_DMA_CDAC_REG.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dma.c

index f01d6aeaf6537392840e2bdadcbe3bef313964d5..3e026b20464f45d859787ada256e2e54443206a8 100644 (file)
@@ -776,7 +776,7 @@ dma_addr_t omap_get_dma_dst_pos(int lch)
                                       (OMAP1_DMA_CDSA_U_REG(lch) << 16));
 
        if (cpu_is_omap24xx())
-               offset = OMAP2_DMA_CDAC_REG(lch);
+               offset = OMAP2_DMA_CDSA_REG(lch);
 
        return offset;
 }