Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83511
b: refs/heads/master
c: 3eb1a6f
h: refs/heads/master
i:
  83509: 087adbf
  83507: 03662c0
  83503: 29d153c
v: v3
  • Loading branch information
Roel Kluin authored and Linus Torvalds committed Feb 6, 2008
1 parent 205edb0 commit 5fea002
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: ee51ef0ecbb68fdd7beab8f7b0a20eebe6fd0a62
refs/heads/master: 3eb1a6f384ef87c48aa3bdd942732890466b040e
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/hardware/eicon/message.c
Original file line number Diff line number Diff line change
Expand Up @@ -9027,7 +9027,7 @@ static byte AddInfo(byte **add_i,
/* facility is a nested structure */
/* FTY can be more than once */

if(esc_chi[0] && !(esc_chi[esc_chi[0]])&0x7f )
if (esc_chi[0] && !(esc_chi[esc_chi[0]] & 0x7f))
{
add_i[0] = (byte *)"\x02\x02\x00"; /* use neither b nor d channel */
}
Expand Down

0 comments on commit 5fea002

Please sign in to comment.