Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156349
b: refs/heads/master
c: b564afc
h: refs/heads/master
i:
  156347: 3106e2a
v: v3
  • Loading branch information
Andreas Eversberg authored and David S. Miller committed Aug 2, 2009
1 parent 1fb68f8 commit d5e2027
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: 63097b3ad85788a64c75091bff351ecc850761b2
refs/heads/master: b564afcfb82fe3e63a7ce05a944eb5e11244d7cb
4 changes: 2 additions & 2 deletions trunk/drivers/isdn/mISDN/l1oip_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -731,10 +731,10 @@ l1oip_socket_thread(void *data)
while (!signal_pending(current)) {
struct kvec iov = {
.iov_base = recvbuf,
.iov_len = sizeof(recvbuf),
.iov_len = recvbuf_size,
};
recvlen = kernel_recvmsg(socket, &msg, &iov, 1,
sizeof(recvbuf), 0);
recvbuf_size, 0);
if (recvlen > 0) {
l1oip_socket_parse(hc, &sin_rx, recvbuf, recvlen);
} else {
Expand Down

0 comments on commit d5e2027

Please sign in to comment.