]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ARM: OMAP: DMA: Fix uninitialized channel flags
authorJarkko Nikula <jarkko.nikula@nokia.com>
Mon, 18 Aug 2008 09:28:22 +0000 (12:28 +0300)
committerTony Lindgren <tony@atomide.com>
Mon, 18 Aug 2008 12:13:49 +0000 (15:13 +0300)
commit55502f74b56f609a84d8919b9b29390b2e0147ff
tree99aa0de8c3aee018a79739d341630b4add91c281
parentf519e67d3376cb177e4ae5f005df13646f6379c1
ARM: OMAP: DMA: Fix uninitialized channel flags

This has similar symptoms than 66c23551b1b774e2be3c7bdf91c0ebf2c7a3519e
where just omap_request_dma, omap_dma_link_lch and omap_dma_unlink_lch
can cause incorrect dump_stack(). Here it can happen if channel has been
used before and the channel flags variable holds old status.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dma.c