commit | 7e654bf7c10162c3cc7fed5c520a2adef9d6e8f7 | [log] [tgz] |
---|---|---|
author | Vinod Koul <vinod.koul@intel.com> | Tue Jul 05 11:42:28 2016 +0530 |
committer | Vinod Koul <vinod.koul@intel.com> | Sat Jul 23 16:07:24 2016 +0530 |
tree | c5126cbc0a178a1541dcdc724e1945461a3b76bf | |
parent | 9200ebd8b23a32381e3647a4d326b07561e5d222 [diff] |
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>