diff options
author | John W. Linville <linville@tuxdriver.com> | 2011-12-06 14:59:32 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-12-06 14:59:32 -0500 |
commit | facda29d75a30a8ff4f1f23a48a368d167563843 (patch) | |
tree | 3f0b8e77cb826cd24e9f0b760b27467eda76907a /drivers/bluetooth/btusb.c | |
parent | 9995ffe5f5fdddcc73e4465cc3f8b38714df8108 (diff) | |
parent | 33cb722c22f28964a501a56cc76397834c221c7a (diff) |
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 fe4ebc375b3..eabc437ce50 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; } |