Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278587
b: refs/heads/master
c: c6feeb2
h: refs/heads/master
i:
  278585: d973f16
  278583: c992180
v: v3
  • Loading branch information
Andrei Emeltchenko authored and Gustavo F. Padovan committed Nov 21, 2011
1 parent 713c73f commit afbcfd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 47c15e2b332dd51048170915ad8c4ab4b47e3bf2
refs/heads/master: c6feeb28aed51831c27c9f42e5c15129b1562a5b
2 changes: 1 addition & 1 deletion trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ int hci_register_dev(struct hci_dev *hdev)

sprintf(hdev->name, "hci%d", id);
hdev->id = id;
list_add(&hdev->list, head);
list_add_tail(&hdev->list, head);

atomic_set(&hdev->refcnt, 1);
spin_lock_init(&hdev->lock);
Expand Down

0 comments on commit afbcfd1

Please sign in to comment.