OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch()
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 14 Jan 2010 02:10:29 +0000 (18:10 -0800)
committerTony Lindgren <tony@atomide.com>
Wed, 20 Jan 2010 02:17:38 +0000 (18:17 -0800)
commit247421fda7a9612f03150aacb90fdad55e9f63d2
treeb01e1c792fd91e0891b721b51f712e78adbe323e
parente9acb9b64d7fb16c7f69efa85c5707cffd0c7275
OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch()

The same flag and bits were tested twice.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/plat-omap/dma.c