aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bluetooth/btusb.c
diff options
context:
space:
mode:
authorJohn W. Linville <[email protected]>2011-12-06 19:59:32 +0000
committerJohn W. Linville <[email protected]>2011-12-06 19:59:32 +0000
commitfacda29d75a30a8ff4f1f23a48a368d167563843 (patch)
tree3f0b8e77cb826cd24e9f0b760b27467eda76907a /drivers/bluetooth/btusb.c
parentiwlwifi: change the default behavior of watchdog timer (diff)
parentBluetooth: Correct version check in hci_setup (diff)
downloadkernel-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.c3
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;
}