diff options
author | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-02 18:26:25 -0500 |
---|---|---|
committer | Gustavo F. Padovan <padovan@profusion.mobi> | 2011-12-02 18:26:25 -0500 |
commit | 5c69b0ada634bca4111fcc332df5fad2447ec90f (patch) | |
tree | d54e608075292c97e54bfd182ceef061aa3fc7df /drivers/bluetooth/btusb.c | |
parent | ce7e4ad1436a0139c16225f2376134cff3ad24fe (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 2bd87d45f1c2..ea5ad1cbbd3d 100644 --- a/drivers/bluetooth/btusb.c +++ b/drivers/bluetooth/btusb.c | |||
@@ -785,9 +785,8 @@ skip_waking: | |||
785 | usb_mark_last_busy(data->udev); | 785 | usb_mark_last_busy(data->udev); |
786 | } | 786 | } |
787 | 787 | ||
788 | usb_free_urb(urb); | ||
789 | |||
790 | done: | 788 | done: |
789 | usb_free_urb(urb); | ||
791 | return err; | 790 | return err; |
792 | } | 791 | } |
793 | 792 | ||