ARM: OMAP: Fix omap1 dma
authorTony Lindgren <tony@atomide.com>
Wed, 21 May 2008 22:56:03 +0000 (15:56 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 22 May 2008 00:51:32 +0000 (17:51 -0700)
The braces for the input val for dma_write macro were missing
which caused some addresses to get set to incorrect value.

Also make omap_get_dma_src_pos and omap_get_dma_dst_pos to return
the current dma address for omap1 instead of the starting address.

Signed-off-by: Tony Lindgren <tony@atomide.com>

No differences found