Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311617
b: refs/heads/master
c: 03e934f
h: refs/heads/master
i:
  311615: bb74b3c
v: v3
  • Loading branch information
Eric Dumazet authored and Samuel Ortiz committed Jun 25, 2012
1 parent f49bfa2 commit 4f62068
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 67de956ff5dc1d4f321e16cfbd63f5be3b691b43
refs/heads/master: 03e934f620101ca2cfc9383bd76172dd3e1f8567
5 changes: 4 additions & 1 deletion trunk/net/nfc/rawsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ static int rawsock_release(struct socket *sock)
{
struct sock *sk = sock->sk;

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

if (!sk)
return 0;

sock_orphan(sk);
sock_put(sk);
Expand Down

0 comments on commit 4f62068

Please sign in to comment.