Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310769
b: refs/heads/master
c: 58d1eab
h: refs/heads/master
i:
  310767: ee036f1
v: v3
  • Loading branch information
Sasha Levin authored and John W. Linville committed Jun 8, 2012
1 parent 3ebe17b commit fbaf255
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d012d04e4d6312ea157b6cf19e9689af934f5aa7
refs/heads/master: 58d1eab7ef1d7ff8e448699dfd1a21b7f3303296
3 changes: 3 additions & 0 deletions trunk/net/nfc/llcp/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ static int llcp_sock_getname(struct socket *sock, struct sockaddr *addr,

pr_debug("%p\n", sk);

if (llcp_sock == NULL)
return -EBADFD;

addr->sa_family = AF_NFC;
*len = sizeof(struct sockaddr_nfc_llcp);

Expand Down

0 comments on commit fbaf255

Please sign in to comment.