From 174427c1bb9e7810743f55a90a64da2c29d67b0b Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 30 Jul 2014 10:30:22 +0200 Subject: [PATCH] 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-format-patch failed