Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 252604
b: refs/heads/master
c: 2f43282
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre authored and Vinod Koul committed May 2, 2011
1 parent 5c9629b commit f337fd2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cc52a10a048fc1fbe4ffba58c2f0afc79ae0f56f
refs/heads/master: 2f432823ec6e693d7b934e805ce1838f41d66ce7
7 changes: 0 additions & 7 deletions trunk/drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -472,13 +472,6 @@ static void atc_tasklet(unsigned long data)
{
struct at_dma_chan *atchan = (struct at_dma_chan *)data;

/* Channel cannot be enabled here */
if (atc_chan_is_enabled(atchan)) {
dev_err(chan2dev(&atchan->chan_common),
"BUG: channel enabled in tasklet\n");
return;
}

spin_lock(&atchan->lock);
if (test_and_clear_bit(ATC_IS_ERROR, &atchan->status))
atc_handle_error(atchan);
Expand Down

0 comments on commit f337fd2

Please sign in to comment.