ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq
authorJarkko Nikula <jarkko.nikula@nokia.com>
Tue, 13 May 2008 10:26:03 +0000 (13:26 +0300)
committerTony Lindgren <tony@atomide.com>
Thu, 5 Jun 2008 21:30:15 +0000 (14:30 -0700)
commit66c23551b1b774e2be3c7bdf91c0ebf2c7a3519e
tree2dc757090b45972f1b297aae471fc65719d50afb
parent53c8ba95402be65d412a806cda3430f0e72cd107
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>
arch/arm/plat-omap/dma.c