diff options
Diffstat (limited to 'drivers/dma/at_hdmac.c')
-rw-r--r-- | drivers/dma/at_hdmac.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c index e2c04dc81e2a..c13a3bb0f594 100644 --- a/drivers/dma/at_hdmac.c +++ b/drivers/dma/at_hdmac.c | |||
@@ -1569,7 +1569,6 @@ static int at_dma_remove(struct platform_device *pdev) | |||
1569 | 1569 | ||
1570 | /* Disable interrupts */ | 1570 | /* Disable interrupts */ |
1571 | atc_disable_chan_irq(atdma, chan->chan_id); | 1571 | atc_disable_chan_irq(atdma, chan->chan_id); |
1572 | tasklet_disable(&atchan->tasklet); | ||
1573 | 1572 | ||
1574 | tasklet_kill(&atchan->tasklet); | 1573 | tasklet_kill(&atchan->tasklet); |
1575 | list_del(&chan->device_node); | 1574 | list_del(&chan->device_node); |