]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq
authorJarkko Nikula <jarkko.nikula@nokia.com>
Thu, 3 Jul 2008 09:24:29 +0000 (12:24 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 3 Jul 2008 09:24:29 +0000 (12:24 +0300)
commit3f662c6eaa941414636336f1b9147a73a60c792f
treeb5380500612993dc05c89d659fe91ec6d028269b
parentc461a973118346d5c103aaaddd62e53939fd7c67
ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq

Channel should be marked active only when DMA is really started. Otherwise
just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch will cause
incorrect dump_stack().

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>