Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290840
b: refs/heads/master
c: 6423cf3
h: refs/heads/master
v: v3
  • Loading branch information
Andrzej Kaczmarek authored and Johan Hedberg committed Feb 13, 2012
1 parent 9644ea0 commit ae70a50
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: 25e89e99b4a54a2cb6e27b4675cd71a3d8a9b3fc
refs/heads/master: 6423cf3a1862d5b162aaa13543bf69216a9f6ac0
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 ae70a50

Please sign in to comment.