]> git.karo-electronics.de Git - linux-beck.git/commit
dmaengine: qcom_hidma_lli: kill the tasklets upon exit
authorVinod Koul <vinod.koul@intel.com>
Wed, 6 Jul 2016 16:37:23 +0000 (22:07 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:27 +0000 (16:07 +0530)
commit4cad91b2a9977c8d92f342c4a9b73cd9dbce8f21
tree090745d8637cf5ee2b63e578163210298de4b400
parent376ab15fe2a77e27cd7e9cb198530b221906dbcf
dmaengine: qcom_hidma_lli: kill the tasklets upon exit

drivers should ensure that tasklets are killed, so that they can't be
run after driver remove is executed

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Cc: Sinan Kaya <okaya@codeaurora.org>
drivers/dma/qcom/hidma_ll.c