Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118344
b: refs/heads/master
c: cbafe31
h: refs/heads/master
v: v3
  • Loading branch information
Ilpo Järvinen authored and David S. Miller committed Oct 31, 2008
1 parent 861ee01 commit 95feab5
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: a432226614c5616e3cfd211e0acffa0acfb4770c
refs/heads/master: cbafe312ef4a263e9aa36786bc67e1e6d959872b
4 changes: 2 additions & 2 deletions trunk/drivers/bluetooth/bpa10x.c
Original file line number Diff line number Diff line change
Expand Up @@ -443,8 +443,8 @@ static void bpa10x_destruct(struct hci_dev *hdev)

BT_DBG("%s", hdev->name);

kfree(data->rx_skb[0]);
kfree(data->rx_skb[1]);
kfree_skb(data->rx_skb[0]);
kfree_skb(data->rx_skb[1]);
kfree(data);
}

Expand Down

0 comments on commit 95feab5

Please sign in to comment.