Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211478
b: refs/heads/master
c: 10d48b3
h: refs/heads/master
v: v3
  • Loading branch information
Mika Westerberg authored and Russell King committed Oct 12, 2010
1 parent cfd3aad commit 3691a59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c0bb5862a9076992e2cbeb5fa0d08c2ac3d4fbb0
refs/heads/master: 10d48b3934940c178635413b5128c33bc17abe1d
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-ep93xx/dma-m2p.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static void channel_disable(struct m2p_channel *ch)
v &= ~(M2P_CONTROL_STALL_IRQ_EN | M2P_CONTROL_NFB_IRQ_EN);
m2p_set_control(ch, v);

while (m2p_channel_state(ch) == STATE_ON)
while (m2p_channel_state(ch) >= STATE_ON)
cpu_relax();

m2p_set_control(ch, 0x0);
Expand Down

0 comments on commit 3691a59

Please sign in to comment.