git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e1181
)
dma: imx-sdma: Adding tasklet_kill() in sdma_remove function.
author
Vignesh Raman
<Vignesh_Raman@mentor.com>
Tue, 5 Aug 2014 13:09:42 +0000
(18:39 +0530)
committer
Vinod Koul
<vinod.koul@intel.com>
Tue, 19 Aug 2014 15:22:05 +0000
(20:52 +0530)
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>
No differences found