Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30231
b: refs/heads/master
c: 9f13fae
h: refs/heads/master
i:
  30229: 8c52d5a
  30227: 2be938f
  30223: e09abf5
v: v3
  • Loading branch information
Eric Sesterhenn authored and Linus Torvalds committed Jun 26, 2006
1 parent 976eb04 commit 63c9cc2
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: 6aa65472d18703064898eefb5eb58f7ecd0d8912
refs/heads/master: 9f13fae2479ed2e2801d538d6a22309123c704f6
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/hisax/q931.c
Original file line number Diff line number Diff line change
Expand Up @@ -1402,12 +1402,12 @@ dlogframe(struct IsdnCardState *cs, struct sk_buff *skb, int dir)
}
/* No, locate it in the table */
if (cset == 0) {
for (i = 0; i < IESIZE; i++)
for (i = 0; i < IESIZE_NI1; i++)
if (*buf == ielist_ni1[i].nr)
break;

/* When not found, give appropriate msg */
if (i != IESIZE) {
if (i != IESIZE_NI1) {
dp += sprintf(dp, " %s\n", ielist_ni1[i].descr);
dp += ielist_ni1[i].f(dp, buf);
} else
Expand Down

0 comments on commit 63c9cc2

Please sign in to comment.