Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134745
b: refs/heads/master
c: 2ae9a6b
h: refs/heads/master
i:
  134743: 76a9b79
v: v3
  • Loading branch information
Dave Young authored and Marcel Holtmann committed Feb 27, 2009
1 parent 26688dd commit 8237854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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: 2526d3d8b2f671a7d36cc486af984052cd5a690f
refs/heads/master: 2ae9a6be5f476f3512839a4d11a8f432bfd2914c
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,8 @@ int hci_conn_del(struct hci_conn *conn)

skb_queue_purge(&conn->data_q);

hci_conn_del_sysfs(conn);

return 0;
}

Expand Down Expand Up @@ -560,8 +562,6 @@ void hci_conn_hash_flush(struct hci_dev *hdev)

c->state = BT_CLOSED;

hci_conn_del_sysfs(c);

hci_proto_disconn_cfm(c, 0x16);
hci_conn_del(c);
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/net/bluetooth/hci_event.c
Original file line number Diff line number Diff line change
Expand Up @@ -1019,8 +1019,6 @@ static inline void hci_disconn_complete_evt(struct hci_dev *hdev, struct sk_buff
if (conn) {
conn->state = BT_CLOSED;

hci_conn_del_sysfs(conn);

hci_proto_disconn_cfm(conn, ev->reason);
hci_conn_del(conn);
}
Expand Down

0 comments on commit 8237854

Please sign in to comment.