-
由 Vignesh Raman 提交于
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: NVignesh Raman <Vignesh_Raman@mentor.com> Signed-off-by: NVinod Koul <vinod.koul@intel.com>
c12fe497