commit | c12fe49726cfebacb47dca5f2bb544c38aa09e6d | [log] [tgz] |
---|---|---|
author | Vignesh Raman <Vignesh_Raman@mentor.com> | Tue Aug 05 18:39:42 2014 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Tue Aug 19 20:52:05 2014 +0530 |
tree | fb0b558657212091b31c218d2f482eb33242146a | |
parent | 23e11811378259831777e8fdc8b9836faeaa72cd [diff] |
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>