commit | 0692f05dffaac5fc7b152f9b83625d3077639eba | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@nokia.com> | Mon Mar 17 17:01:10 2008 +0200 |
committer | Tony Lindgren <tony@atomide.com> | Fri May 09 10:25:03 2008 -0700 |
tree | ca1e79c2ad79a5be3dfe2dbf660251b9219e85c6 | |
parent | 7cf95774190e423370945e116b07410c860407db [diff] |
ARM: OMAP: DMA: Fix incorrect channel linking Function enable_lnk does incorrect channel link on non-omap1 builds if chain is created manually with omap_request_dma and omap_dma_link_lch functions. Fix this by making sure that next_linked_ch field is initialized to -1 just in omap_request_dma. Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com> Signed-off-by: Tony Lindgren <tony@atomide.com>