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)
commitc12fe49726cfebacb47dca5f2bb544c38aa09e6d
treefb0b558657212091b31c218d2f482eb33242146a
parent23e11811378259831777e8fdc8b9836faeaa72cd
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
This page took 0.028834 seconds and 5 git commands to generate.