Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 335866
b: refs/heads/master
c: 16a78e9
h: refs/heads/master
v: v3
  • Loading branch information
Thierry Escande authored and Samuel Ortiz committed Nov 19, 2012
1 parent a001024 commit 0dc232b
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: 65210946f31007d12efcf66586fdcaf6ff3fa8f9
refs/heads/master: 16a78e9fed5e8baa8480ae3413f4328c4537c599
2 changes: 1 addition & 1 deletion trunk/net/nfc/llcp/llcp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ int nfc_llcp_register_device(struct nfc_dev *ndev)
local->remote_miu = LLCP_DEFAULT_MIU;
local->remote_lto = LLCP_DEFAULT_LTO;

list_add(&llcp_devices, &local->list);
list_add(&local->list, &llcp_devices);

return 0;
}
Expand Down

0 comments on commit 0dc232b

Please sign in to comment.