Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86905
b: refs/heads/master
c: 8e8440f
h: refs/heads/master
i:
  86903: f00ce24
v: v3
  • Loading branch information
Dave Young authored and David S. Miller committed Mar 3, 2008
1 parent 072028a commit 87664a4
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 7e36763b2c204d59de4e88087f84a2c0c8421f25
refs/heads/master: 8e8440f53593b5f9c695f18b493b535873dbb9da
3 changes: 2 additions & 1 deletion trunk/net/bluetooth/l2cap.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ static void l2cap_conn_del(struct hci_conn *hcon, int err)
l2cap_sock_kill(sk);
}

del_timer_sync(&conn->info_timer);
if (conn->info_state & L2CAP_INFO_FEAT_MASK_REQ_SENT)
del_timer_sync(&conn->info_timer);

hcon->l2cap_data = NULL;
kfree(conn);
Expand Down

0 comments on commit 87664a4

Please sign in to comment.