From: Maxime Ripard Date: Wed, 30 Jul 2014 08:30:22 +0000 (+0200) Subject: dmaengine: sun6i: Free the interrupt before killing the tasklet X-Git-Tag: omap-for-v3.17/fixes-against-rc2~88^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174427c1bb9e7810743f55a90a64da2c29d67b0b;p=pandora-kernel.git dmaengine: sun6i: Free the interrupt before killing the tasklet There's still a small window between the call to sun6i_kill_tasklet and the end of the driver remove function where a spurious interrupt might trigger, and start using deallocated resources. Replace the call to synchronize_irq by a free_irq, so that we're sure that we won't get any further interrupts when we're deallocating resources. Signed-off-by: Maxime Ripard Signed-off-by: Vinod Koul --- Reading git-diff-tree failed