Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39698
b: refs/heads/master
c: e86070c
h: refs/heads/master
v: v3
  • Loading branch information
Marcel Holtmann authored and David S. Miller committed Oct 16, 2006
1 parent 72cf8f7 commit d300a62
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: 4c67bc74f016b0d360b8573e18969c0ff7926974
refs/heads/master: e86070c83e9110e89800274385c013db602b1444
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hidp/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,11 +510,11 @@ static int hidp_session(void *arg)
if (intr_sk->sk_state != BT_CONNECTED)
wait_event_timeout(*(ctrl_sk->sk_sleep), (ctrl_sk->sk_state == BT_CLOSED), HZ);

fput(session->ctrl_sock->file);
fput(session->intr_sock->file);

wait_event_timeout(*(intr_sk->sk_sleep), (intr_sk->sk_state == BT_CLOSED), HZ);

fput(session->intr_sock->file);
fput(session->ctrl_sock->file);

__hidp_unlink_session(session);

Expand Down

0 comments on commit d300a62

Please sign in to comment.