diff options
| author | Jens Axboe <[email protected]> | 2016-09-15 08:38:34 -0600 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2016-09-15 08:38:34 -0600 |
| commit | 474b313de79e034e269955de23231da769a521b7 (patch) | |
| tree | 877e3c883aff3edfe4f378c69f7ba738b0d8ef94 /net/bluetooth/hci_request.c | |
| parent | 2849450ad39d2e699fda2d5c6f41e05d87fd7004 (diff) | |
| parent | ee8d41e53efe14bfc5ea5866e1178b06d78a7c95 (diff) | |
Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-4.9/msi-irq
Diffstat (limited to 'net/bluetooth/hci_request.c')
| -rw-r--r-- | net/bluetooth/hci_request.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/hci_request.c b/net/bluetooth/hci_request.c index c045b3c54768..b0e23dfc5c34 100644 --- a/net/bluetooth/hci_request.c +++ b/net/bluetooth/hci_request.c @@ -262,6 +262,8 @@ int __hci_req_sync(struct hci_dev *hdev, int (*func)(struct hci_request *req, break; } + kfree_skb(hdev->req_skb); + hdev->req_skb = NULL; hdev->req_status = hdev->req_result = 0; BT_DBG("%s end: err %d", hdev->name, err); |