diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-12-09 20:07:12 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-09 20:07:12 +0100 |
commit | e7ab5f1c323e137120561daeec75e91a1bd9ec8b (patch) | |
tree | 758be4a11287005187b055ee8f8112a24d7d8ce5 /drivers/bluetooth/btusb.c | |
parent | Merge branch 'batman-adv/maint' of git://git.open-mesh.org/linux-merge (diff) | |
parent | ssb: fix init regression with SoCs (diff) | |
download | linux-e7ab5f1c323e137120561daeec75e91a1bd9ec8b.tar.xz linux-e7ab5f1c323e137120561daeec75e91a1bd9ec8b.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
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; } |