From: Jarkko Nikula Date: Thu, 3 Jul 2008 09:24:29 +0000 (+0300) Subject: ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3f662c6eaa941414636336f1b9147a73a60c792f;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Signed-off-by: Tony Lindgren ---