]> git.baikalelectronics.ru Git - kernel.git/commit
dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.
authorVignesh Raman <Vignesh_Raman@mentor.com>
Tue, 5 Aug 2014 13:09:42 +0000 (18:39 +0530)
committerVinod Koul <vinod.koul@intel.com>
Tue, 19 Aug 2014 15:22:05 +0000 (20:52 +0530)
commite52af04eadf353fd9f0f3136ed340b05a2e58055
treefb0b558657212091b31c218d2f482eb33242146a
parent922950bb3e480d68d1bbeea05046e080df70395d
dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.

Several dma drivers calls tasklet_kill() in remove function. This is done
because all running tasklets should be killed on remove. This is missing
in imx sdma driver, so adding tasklet_kill() in sdma_remove function.

Signed-off-by: Vignesh Raman <Vignesh_Raman@mentor.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/imx-sdma.c