Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134747
b: refs/heads/master
c: b1fb068
h: refs/heads/master
i:
  134745: 8237854
  134743: 76a9b79
v: v3
  • Loading branch information
Wei Yongjun authored and Marcel Holtmann committed Feb 27, 2009
1 parent 9483eea commit bf8c440
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 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: 7585b97a48180f754ebdade1be94092e36bef365
refs/heads/master: b1fb06830dc870d862f7f80e276130c0ab84d59f
3 changes: 1 addition & 2 deletions trunk/drivers/bluetooth/bfusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,7 @@ static inline int bfusb_recv_block(struct bfusb_data *data, int hdr, unsigned ch

if (hdr & 0x10) {
BT_ERR("%s error in block", data->hdev->name);
if (data->reassembly)
kfree_skb(data->reassembly);
kfree_skb(data->reassembly);
data->reassembly = NULL;
return -EIO;
}
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/bluetooth/hci_h4.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ static int h4_close(struct hci_uart *hu)

skb_queue_purge(&h4->txq);

if (h4->rx_skb)
kfree_skb(h4->rx_skb);
kfree_skb(h4->rx_skb);

hu->priv = NULL;
kfree(h4);
Expand Down
3 changes: 1 addition & 2 deletions trunk/drivers/bluetooth/hci_ll.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,7 @@ static int ll_close(struct hci_uart *hu)
skb_queue_purge(&ll->tx_wait_q);
skb_queue_purge(&ll->txq);

if (ll->rx_skb)
kfree_skb(ll->rx_skb);
kfree_skb(ll->rx_skb);

hu->priv = NULL;

Expand Down

0 comments on commit bf8c440

Please sign in to comment.