aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/dma/at_hdmac.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/dma/at_hdmac.c b/drivers/dma/at_hdmac.c
index 8f50a0fb79e7..65bd52a84bc3 100644
--- a/drivers/dma/at_hdmac.c
+++ b/drivers/dma/at_hdmac.c
@@ -472,13 +472,6 @@ static void atc_tasklet(unsigned long data)
472{ 472{
473 struct at_dma_chan *atchan = (struct at_dma_chan *)data; 473 struct at_dma_chan *atchan = (struct at_dma_chan *)data;
474 474
475 /* Channel cannot be enabled here */
476 if (atc_chan_is_enabled(atchan)) {
477 dev_err(chan2dev(&atchan->chan_common),
478 "BUG: channel enabled in tasklet\n");
479 return;
480 }
481
482 spin_lock(&atchan->lock); 475 spin_lock(&atchan->lock);
483 if (test_and_clear_bit(ATC_IS_ERROR, &atchan->status)) 476 if (test_and_clear_bit(ATC_IS_ERROR, &atchan->status))
484 atc_handle_error(atchan); 477 atc_handle_error(atchan);