Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150226
b: refs/heads/master
c: 1315d69
h: refs/heads/master
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed May 18, 2009
1 parent 70ef5da commit 21c4aa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 42e3d611158faa2d372ccfb1e17bfde13935de68
refs/heads/master: 1315d69634834f1f485b21b0ed8f10b763a675d2
4 changes: 4 additions & 0 deletions trunk/drivers/isdn/gigaset/isocdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,10 @@ static inline void dump_bytes(enum debuglevel level, const char *tag,
unsigned char c;
static char dbgline[3 * 32 + 1];
int i = 0;

if (!(gigaset_debuglevel & level))
return;

while (count-- > 0) {
if (i > sizeof(dbgline) - 4) {
dbgline[i] = '\0';
Expand Down

0 comments on commit 21c4aa4

Please sign in to comment.