Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 349247
b: refs/heads/master
c: d721a17
h: refs/heads/master
i:
  349245: 1331e50
  349243: 0638893
  349239: e5df646
  349231: 8b2a00c
  349215: 51d14e9
  349183: 07a3f5b
v: v3
  • Loading branch information
Tilman Schmidt authored and David S. Miller committed Jan 21, 2013
1 parent bdfcd8f commit 4521ace
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 2f62d5aa2879dc380881b2c74d042051dbb60bc8
refs/heads/master: d721a1752ba544df8d7d36959038b26bc92bdf80
2 changes: 2 additions & 0 deletions trunk/drivers/isdn/gigaset/capi.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ static inline void dump_rawmsg(enum debuglevel level, const char *tag,
CAPIMSG_APPID(data), CAPIMSG_MSGID(data), l,
CAPIMSG_CONTROL(data));
l -= 12;
if (l <= 0)
return;
dbgline = kmalloc(3 * l, GFP_ATOMIC);
if (!dbgline)
return;
Expand Down

0 comments on commit 4521ace

Please sign in to comment.