From: Daniel Petrini Date: Wed, 27 Jul 2005 10:59:02 +0000 (-0700) Subject: [PATCH] ARM: OMAP: Change return from address to content in dma.c X-Git-Tag: v2.6.13-omap1~51 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67ba03e4dcc1cf8c5a10b1722db15caff37b6f7a;p=pandora-kernel.git [PATCH] ARM: OMAP: Change return from address to content in dma.c The following patch changes the return value from functions : - omap_get_dma_src_pos - omap_get_dma_dst_pos in file dma.c. The original version of the functions returns the address of the registers that has the related information. The new version returns the content of the registers: the source and destination addresses of the current transfer for the given channel. --- Reading git-diff-tree failed