Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / dma / mpc512x_dma.c
index ccadafa51d5ed940842030c13b22f4900d8b160f..fa86592c7ae1d80b717a710a31a81f0f618b2acc 100644 (file)
@@ -1110,6 +1110,7 @@ static int mpc_dma_remove(struct platform_device *op)
        }
        free_irq(mdma->irq, mdma);
        irq_dispose_mapping(mdma->irq);
+       tasklet_kill(&mdma->tasklet);
 
        return 0;
 }
This page took 0.028665 seconds and 5 git commands to generate.