Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278962
b: refs/heads/master
c: db81a62
h: refs/heads/master
v: v3
  • Loading branch information
Samuel Ortiz authored and John W. Linville committed Dec 14, 2011
1 parent fc0b980 commit b9a2b79
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: 94a098da42f258ae7019acbbea3bc5f93dc6f8f1
refs/heads/master: db81a62451b24eaef59f41e6fb312a88e1a83454
2 changes: 1 addition & 1 deletion trunk/net/nfc/rawsock.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static int rawsock_create(struct net *net, struct socket *sock,

sock->ops = &rawsock_ops;

sk = sk_alloc(net, PF_NFC, GFP_KERNEL, nfc_proto->proto);
sk = sk_alloc(net, PF_NFC, GFP_ATOMIC, nfc_proto->proto);
if (!sk)
return -ENOMEM;

Expand Down

0 comments on commit b9a2b79

Please sign in to comment.