Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231621
b: refs/heads/master
c: dda36f9
h: refs/heads/master
i:
  231619: 68f249f
v: v3
  • Loading branch information
Nicolas Ferre authored and Dan Williams committed Jan 15, 2011
1 parent 241290f commit 11975d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 568f7f0c2e597671d3e646e0b85c95c4a5756fef
refs/heads/master: dda36f9821321edf65d69da5c0807df7e73d26fc
4 changes: 2 additions & 2 deletions trunk/drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -853,11 +853,11 @@ static void atc_issue_pending(struct dma_chan *chan)

dev_vdbg(chan2dev(chan), "issue_pending\n");

spin_lock_bh(&atchan->lock);
if (!atc_chan_is_enabled(atchan)) {
spin_lock_bh(&atchan->lock);
atc_advance_work(atchan);
spin_unlock_bh(&atchan->lock);
}
spin_unlock_bh(&atchan->lock);
}

/**
Expand Down

0 comments on commit 11975d0

Please sign in to comment.