Skip to content
Commit c12fe497 authored by Vignesh Raman's avatar Vignesh Raman Committed by Vinod Koul
Browse files

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: default avatarVignesh Raman <Vignesh_Raman@mentor.com>
Signed-off-by: default avatarVinod Koul <vinod.koul@intel.com>
parent 23e11811
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment