Maxime Ripard 174427c1bb 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 <maxime.ripard@free-electrons.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
2014-07-30 19:14:17 +05:30
..
2014-02-25 09:44:20 -08:00
2013-01-07 17:36:37 +01:00
2014-07-01 12:15:48 +05:30
2012-09-01 08:57:12 -07:00
2014-01-20 13:53:20 +05:30
2014-07-14 22:29:35 +05:30
2013-12-12 22:43:41 -08:00