Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178136
b: refs/heads/master
c: 01a1e7e
h: refs/heads/master
v: v3
  • Loading branch information
Yong Zhang authored and David S. Miller committed Dec 19, 2009
1 parent 2c10c0d commit d69f108
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: 4529819c45161e4a119134f56ef504e69420bc98
refs/heads/master: 01a1e7ec6c3769dc7c5fde23ebc253c6be5f68eb
2 changes: 1 addition & 1 deletion trunk/drivers/isdn/mISDN/l1oip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ l1oip_socket_thread(void *data)
size_t recvbuf_size = 1500;
int recvlen;
struct socket *socket = NULL;
DECLARE_COMPLETION(wait);
DECLARE_COMPLETION_ONSTACK(wait);

/* allocate buffer memory */
recvbuf = kmalloc(recvbuf_size, GFP_KERNEL);
Expand Down

0 comments on commit d69f108

Please sign in to comment.