Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279394
b: refs/heads/master
c: 2fb9b3d
h: refs/heads/master
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 22, 2011
1 parent 5a666bb commit 0f9a36c
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: 5436538fb5f2a12e5328dcaa2e3a1742be25c2e0
refs/heads/master: 2fb9b3d4e5d720d4033461519af0d3f789924015
2 changes: 2 additions & 0 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1985,6 +1985,8 @@ static void l2cap_ack_timeout(struct work_struct *work)
struct l2cap_chan *chan = container_of(work, struct l2cap_chan,
ack_timer.work);

BT_DBG("chan %p", chan);

lock_sock(chan->sk);
l2cap_send_ack(chan);
release_sock(chan->sk);
Expand Down

0 comments on commit 0f9a36c

Please sign in to comment.