]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ARM: OMAP: Change return from address to content in dma.c
authorDaniel Petrini <d.pensator@gmail.com>
Wed, 27 Jul 2005 10:59:02 +0000 (03:59 -0700)
committerTony Lindgren <tony@atomide.com>
Wed, 27 Jul 2005 10:59:02 +0000 (03:59 -0700)
commit67ba03e4dcc1cf8c5a10b1722db15caff37b6f7a
tree5b6656c232fca15c2cfd7e6bc7aa738cde706f42
parent5faf49c0463275f42ef93df571b701d7bbb54960
[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.
arch/arm/plat-omap/dma.c