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-Tag: firefly_0821_release~19445^2~2^9~24 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=3f662c6eaa941414636336f1b9147a73a60c792f;p=firefly-linux-kernel-4.4.55.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 ---