Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 87222
b: refs/heads/master
c: 147e2d5
h: refs/heads/master
v: v3
  • Loading branch information
Dave Young authored and David S. Miller committed Mar 6, 2008
1 parent 6a96ebb commit dd71da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 09a76031f19bc77beb081e8ff7bfde731af93f50
refs/heads/master: 147e2d59833e994cc99341806a88b9e59be41391
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -902,8 +902,6 @@ int hci_unregister_dev(struct hci_dev *hdev)

BT_DBG("%p name %s type %d", hdev, hdev->name, hdev->type);

hci_unregister_sysfs(hdev);

write_lock_bh(&hci_dev_list_lock);
list_del(&hdev->list);
write_unlock_bh(&hci_dev_list_lock);
Expand All @@ -915,6 +913,8 @@ int hci_unregister_dev(struct hci_dev *hdev)

hci_notify(hdev, HCI_DEV_UNREG);

hci_unregister_sysfs(hdev);

__hci_dev_put(hdev);

return 0;
Expand Down

0 comments on commit dd71da7

Please sign in to comment.