Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 279399
b: refs/heads/master
c: 4ae1652
h: refs/heads/master
i:
  279397: 9cba2a0
  279395: dd330af
  279391: 95664ea
v: v3
  • Loading branch information
Gustavo F. Padovan committed Dec 27, 2011
1 parent 2d4a063 commit 0145788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 3573b80c42e88c2a43c068c86bcd1a753cf6e1a0
refs/heads/master: 4ae1652ef1bf38e07caa5d1d86ffd3b31103b55a
3 changes: 0 additions & 3 deletions trunk/net/bluetooth/rfcomm/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,9 +1774,6 @@ static inline int rfcomm_process_tx(struct rfcomm_dlc *d)
return skb_queue_len(&d->tx_queue);

while (d->tx_credits && (skb = skb_dequeue(&d->tx_queue))) {
struct socket *sock = d->session->sock;
struct sock *sk = sock->sk;

err = rfcomm_send_frame(d->session, skb->data, skb->len);
if (err < 0) {
skb_queue_head(&d->tx_queue, skb);
Expand Down

0 comments on commit 0145788

Please sign in to comment.