]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
dmaengine: edma: kill the tasklets upon exit
authorVinod Koul <vinod.koul@intel.com>
Fri, 1 Jul 2016 08:21:41 +0000 (13:51 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:48:58 +0000 (20:18 +0530)
commitf4e0628ba37aa4bf2989f912c1f63e3ad1a46704
treecfc39b7296e3862597b1032ef328bd8d3bf4b93b
parent638001e0e01470e44da01a6e4dc4ab3e0f49d4ad
dmaengine: edma: 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>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
drivers/dma/edma.c