git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab5ef45
)
Revert "ARM: OMAP: DMA fix bug in omap_get_dma_dst_pos"
author
Tony Lindgren
<tony@atomide.com>
Mon, 1 Oct 2007 18:00:16 +0000
(11:00 -0700)
committer
Tony 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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-omap/dma.c
b/arch/arm/plat-omap/dma.c
index
f01d6ae
..
3e026b2
100644
(file)
--- a/
arch/arm/plat-omap/dma.c
+++ b/
arch/arm/plat-omap/dma.c
@@
-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_CD
AC
_REG(lch);
+ offset = OMAP2_DMA_CD
SA
_REG(lch);
return offset;
}