dmaengine: fsl-edma: kill the tasklets upon exit
authorVinod Koul <vinod.koul@intel.com>
Sat, 2 Jul 2016 09:28:30 +0000 (14:58 +0530)
committerVinod Koul <vinod.koul@intel.com>
Sat, 16 Jul 2016 14:49:00 +0000 (20:19 +0530)
commit6f93b93b2a1bd53f1dad9f3deb4e75874db0256a
tree1afdb33605b9e307ceb262b856caf4859307c996
parentcec9cfa8d88c8b2ad0789e8441ff98c3f52b8142
dmaengine: fsl-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>
Cc: Jingchang Lu <b35083@freescale.com>
Cc: Peter Griffin <peter.griffin@linaro.org>
drivers/dma/fsl-edma.c