Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290915
b: refs/heads/master
c: 2a5a5ec
h: refs/heads/master
i:
  290913: 7d7cd8b
  290911: f7fbdf4
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Johan Hedberg committed Feb 13, 2012
1 parent 79e4915 commit 6febf76
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 3c4e0df028935618d052235ba85bc7079be13394
refs/heads/master: 2a5a5ec620a29d4ba07743c3151cdf0a417c8f8c
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -975,10 +975,10 @@ int hci_chan_del(struct hci_chan *chan)

void hci_chan_list_flush(struct hci_conn *conn)
{
struct hci_chan *chan;
struct hci_chan *chan, *n;

BT_DBG("conn %p", conn);

list_for_each_entry_rcu(chan, &conn->chan_list, list)
list_for_each_entry_safe(chan, n, &conn->chan_list, list)
hci_chan_del(chan);
}

0 comments on commit 6febf76

Please sign in to comment.