aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/bluetooth/btusb.c')
-rw-r--r--drivers/bluetooth/btusb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c
index 29ae99817c60..262e9bebebc9 100644
--- a/drivers/bluetooth/btusb.c
+++ b/drivers/bluetooth/btusb.c
@@ -271,7 +271,6 @@ static int btusb_submit_intr_urb(struct hci_dev *hdev)
271 BT_ERR("%s urb %p submission failed (%d)", 271 BT_ERR("%s urb %p submission failed (%d)",
272 hdev->name, urb, -err); 272 hdev->name, urb, -err);
273 usb_unanchor_urb(urb); 273 usb_unanchor_urb(urb);
274 kfree(buf);
275 } 274 }
276 275
277 usb_free_urb(urb); 276 usb_free_urb(urb);
@@ -354,7 +353,6 @@ static int btusb_submit_bulk_urb(struct hci_dev *hdev)
354 BT_ERR("%s urb %p submission failed (%d)", 353 BT_ERR("%s urb %p submission failed (%d)",
355 hdev->name, urb, -err); 354 hdev->name, urb, -err);
356 usb_unanchor_urb(urb); 355 usb_unanchor_urb(urb);
357 kfree(buf);
358 } 356 }
359 357
360 usb_free_urb(urb); 358 usb_free_urb(urb);
@@ -475,7 +473,6 @@ static int btusb_submit_isoc_urb(struct hci_dev *hdev)
475 BT_ERR("%s urb %p submission failed (%d)", 473 BT_ERR("%s urb %p submission failed (%d)",
476 hdev->name, urb, -err); 474 hdev->name, urb, -err);
477 usb_unanchor_urb(urb); 475 usb_unanchor_urb(urb);
478 kfree(buf);
479 } 476 }
480 477
481 usb_free_urb(urb); 478 usb_free_urb(urb);