Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183816
b: refs/heads/master
c: e23e117
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and David S. Miller committed Feb 4, 2010
1 parent 24ff83b commit d154211
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: 4bbd1a1903639f826215d76af74f4901efc34daa
refs/heads/master: e23e11792a77c7d54f363841cd5e33074fb0c8c9
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hisax/isar.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ waitrecmsg(struct IsdnCardState *cs, u_char *len,
while((!(cs->BC_Read_Reg(cs, 0, ISAR_IRQBIT) & ISAR_IRQSTA)) &&
(timeout++ < maxdelay))
udelay(1);
if (timeout >= maxdelay) {
if (timeout > maxdelay) {
printk(KERN_WARNING"isar recmsg IRQSTA timeout\n");
return(0);
}
Expand Down

0 comments on commit d154211

Please sign in to comment.