Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 277708
b: refs/heads/master
c: 457f485
h: refs/heads/master
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Nov 7, 2011
1 parent 7756757 commit 0e1f23d
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: c6337ea6e5771a3c51c1ac7295a16f390220abe1
refs/heads/master: 457f48507deb0e8c8dd299c7d8dce7c2c0e291e8
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ static u16 l2cap_alloc_cid(struct l2cap_conn *conn)

static void l2cap_set_timer(struct l2cap_chan *chan, struct timer_list *timer, long timeout)
{
BT_DBG("chan %p state %d timeout %ld", chan->sk, chan->state, timeout);
BT_DBG("chan %p state %d timeout %ld", chan, chan->state, timeout);

if (!mod_timer(timer, jiffies + msecs_to_jiffies(timeout)))
chan_hold(chan);
Expand Down

0 comments on commit 0e1f23d

Please sign in to comment.