diff options
| author | John W. Linville <[email protected]> | 2011-12-06 19:59:32 +0000 |
|---|---|---|
| committer | John W. Linville <[email protected]> | 2011-12-06 19:59:32 +0000 |
| commit | facda29d75a30a8ff4f1f23a48a368d167563843 (patch) | |
| tree | 3f0b8e77cb826cd24e9f0b760b27467eda76907a /drivers/bluetooth/btusb.c | |
| parent | iwlwifi: change the default behavior of watchdog timer (diff) | |
| parent | Bluetooth: Correct version check in hci_setup (diff) | |
| download | kernel-facda29d75a30a8ff4f1f23a48a368d167563843.tar.gz kernel-facda29d75a30a8ff4f1f23a48a368d167563843.zip | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth
Diffstat (limited to 'drivers/bluetooth/btusb.c')
| -rw-r--r-- | drivers/bluetooth/btusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/bluetooth/btusb.c b/drivers/bluetooth/btusb.c index fe4ebc375b3d..eabc437ce500 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c @@ -777,9 +777,8 @@ skip_waking: usb_mark_last_busy(data->udev); } - usb_free_urb(urb); - done: + usb_free_urb(urb); return err; } |
