Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5683
b: refs/heads/master
c: dcc365d
h: refs/heads/master
i:
  5681: c79b038
  5679: e4c59d7
v: v3
  • Loading branch information
Marcel Holtmann committed Aug 6, 2005
1 parent ee4e79b commit 71a8f77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: cad0f6270c0bae5bcae6af3c7ac7bd3ae5d9b618
refs/heads/master: dcc365d8f28d6a2332fa37e64d669858a8d017e8
4 changes: 0 additions & 4 deletions trunk/net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,6 @@ static int __rfcomm_dlc_close(struct rfcomm_dlc *d, int err)
rfcomm_dlc_unlock(d);

skb_queue_purge(&d->tx_queue);
rfcomm_session_put(s);

rfcomm_dlc_unlink(d);
}

Expand Down Expand Up @@ -600,8 +598,6 @@ static struct rfcomm_session *rfcomm_session_create(bdaddr_t *src, bdaddr_t *dst
goto failed;
}

rfcomm_session_hold(s);

s->initiator = 1;

bacpy(&addr.l2_bdaddr, dst);
Expand Down

0 comments on commit 71a8f77

Please sign in to comment.