Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / drivers / dma / nbpfaxi.c
index f489f4e3429fc533ea02a75f941eef16ea53c622..08c45c18554966fb0cc1aa657ad18cd5d1be5e30 100644 (file)
@@ -1456,6 +1456,8 @@ static int nbpf_remove(struct platform_device *pdev)
                struct nbpf_channel *chan = nbpf->chan + i;
 
                devm_free_irq(&pdev->dev, chan->irq, chan);
+
+               tasklet_kill(&chan->tasklet);
        }
 
        of_dma_controller_free(pdev->dev.of_node);
This page took 0.026354 seconds and 5 git commands to generate.