Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287956
b: refs/heads/master
c: a637525
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Kaczmarek authored and Johan Hedberg committed Feb 15, 2012
1 parent 9d99d08 commit 25b30f5
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: 4aa832c27edf902130f8bace1d42cf22468823fa
refs/heads/master: a63752552b95624a9f1dfa3d763870f72f964ad0
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ static struct sock *l2cap_sock_alloc(struct net *net, struct socket *sock, int p
INIT_LIST_HEAD(&bt_sk(sk)->accept_q);

sk->sk_destruct = l2cap_sock_destruct;
sk->sk_sndtimeo = L2CAP_CONN_TIMEOUT;
sk->sk_sndtimeo = msecs_to_jiffies(L2CAP_CONN_TIMEOUT);

sock_reset_flag(sk, SOCK_ZAPPED);

Expand Down

0 comments on commit 25b30f5

Please sign in to comment.