diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-02-15 06:49:37 +0100 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-02-15 06:49:37 +0100 |
commit | 028c5d5d596651bce13d06737eb3707a7e99a30c (patch) | |
tree | e4e429858a19635ad2b5aa563bf1b4e39396d4e2 /drivers/dma/coh901318.c | |
parent | sh64: fix up memory offset calculation. (diff) | |
parent | sh64: fix tracing of signals. (diff) | |
download | linux-028c5d5d596651bce13d06737eb3707a7e99a30c.tar.xz linux-028c5d5d596651bce13d06737eb3707a7e99a30c.zip |
Merge branch 'sh/stable-updates'
Diffstat (limited to 'drivers/dma/coh901318.c')
-rw-r--r-- | drivers/dma/coh901318.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/dma/coh901318.c b/drivers/dma/coh901318.c index b5f2ee0f8e2c..64a937262a40 100644 --- a/drivers/dma/coh901318.c +++ b/drivers/dma/coh901318.c @@ -613,8 +613,6 @@ static void dma_tasklet(unsigned long data) cohd_fin->pending_irqs--; cohc->completed = cohd_fin->desc.cookie; - BUG_ON(cohc->nbr_active_done && cohd_fin == NULL); - if (cohc->nbr_active_done == 0) return; |