diff options
Diffstat (limited to 'crypto/crypto_user.c')
-rw-r--r-- | crypto/crypto_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto_user.c b/crypto/crypto_user.c index 5c291eedaa70..0e89b5457cab 100644 --- a/crypto/crypto_user.c +++ b/crypto/crypto_user.c | |||
@@ -271,7 +271,7 @@ static int crypto_report(struct sk_buff *in_skb, struct nlmsghdr *in_nlh, | |||
271 | return -ENOENT; | 271 | return -ENOENT; |
272 | 272 | ||
273 | err = -ENOMEM; | 273 | err = -ENOMEM; |
274 | skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_ATOMIC); | 274 | skb = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL); |
275 | if (!skb) | 275 | if (!skb) |
276 | goto drop_alg; | 276 | goto drop_alg; |
277 | 277 | ||