dmaengine: s3c24xx: kill the tasklets upon exit
authorVinod Koul <vinod.koul@intel.com>
Tue, 5 Jul 2016 06:12:28 +0000 (11:42 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 23 Jul 2016 10:37:24 +0000 (16:07 +0530)
commit7e654bf7c10162c3cc7fed5c520a2adef9d6e8f7
treec5126cbc0a178a1541dcdc724e1945461a3b76bf
parent9200ebd8b23a32381e3647a4d326b07561e5d222
dmaengine: s3c24xx: kill the tasklets upon exit

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

This driver used vchan tasklets, so those need to be killed.

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
drivers/dma/s3c24xx-dma.c
This page took 0.026038 seconds and 5 git commands to generate.