From: Vignesh Raman Date: Tue, 5 Aug 2014 13:09:42 +0000 (+0530) Subject: dma: imx-sdma: Adding tasklet_kill() in sdma_remove function. X-Git-Tag: fixes-against-v3.18-rc2~40^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c12fe49726cfebacb47dca5f2bb544c38aa09e6d;p=pandora-kernel.git dma: imx-sdma: Adding tasklet_kill() in sdma_remove function. Several dma drivers calls tasklet_kill() in remove function. This is done because all running tasklets should be killed on remove. This is missing in imx sdma driver, so adding tasklet_kill() in sdma_remove function. Signed-off-by: Vignesh Raman Signed-off-by: Vinod Koul --- Reading git-diff-tree failed