Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290952
b: refs/heads/master
c: 9ab875a
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Johan Hedberg committed Feb 13, 2012
1 parent 6b3f7df commit f52cb0d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2dd106887d6503819f2cedc408497023547439bb
refs/heads/master: 9ab875affbe61b2c88685c342461c9a367ab7a3e
5 changes: 0 additions & 5 deletions trunk/drivers/bluetooth/btusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1079,9 +1079,6 @@ static void btusb_disconnect(struct usb_interface *intf)
return;

hdev = data->hdev;

hci_dev_hold(hdev);

usb_set_intfdata(data->intf, NULL);

if (data->isoc)
Expand All @@ -1094,8 +1091,6 @@ static void btusb_disconnect(struct usb_interface *intf)
else if (data->isoc)
usb_driver_release_interface(&btusb_driver, data->isoc);

hci_dev_put(hdev);

hci_free_dev(hdev);
kfree(data);
}
Expand Down

0 comments on commit f52cb0d

Please sign in to comment.