Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256389
b: refs/heads/master
c: 942ecc9
h: refs/heads/master
i:
  256387: 5732348
v: v3
  • Loading branch information
Mat Martineau authored and Gustavo F. Padovan committed Jun 30, 2011
1 parent 0fe484e commit adb85fa
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: 774e5651460ee7c688914fd76b6caa1675de355c
refs/heads/master: 942ecc9c4643db5ce071562e0a23f99464d6b461
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static void l2cap_set_timer(struct l2cap_chan *chan, struct timer_list *timer, l
{
BT_DBG("chan %p state %d timeout %ld", chan->sk, chan->state, timeout);

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

Expand Down

0 comments on commit adb85fa

Please sign in to comment.