Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 256393
b: refs/heads/master
c: 2461daa
h: refs/heads/master
i:
  256391: 7fdaec0
v: v3
  • Loading branch information
Gustavo F. Padovan committed Jul 1, 2011
1 parent 470964f commit a3e7192
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: 2d25f8b462f3b849d8913d02978657ef06e67dd8
refs/heads/master: 2461daacb3e2ecca5edea2fa637a1b0922e86515
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/l2cap_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -741,9 +741,9 @@ static void l2cap_conn_start(struct l2cap_conn *conn)
&chan->conf_state)) {
/* l2cap_chan_close() calls list_del(chan)
* so release the lock */
read_unlock_bh(&conn->chan_lock);
read_unlock(&conn->chan_lock);
l2cap_chan_close(chan, ECONNRESET);
read_lock_bh(&conn->chan_lock);
read_lock(&conn->chan_lock);
bh_unlock_sock(sk);
continue;
}
Expand Down

0 comments on commit a3e7192

Please sign in to comment.