crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 4 Feb 2023 20:54:08 +0000 (21:54 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 Feb 2023 09:20:19 +0000 (17:20 +0800)
commit4409c08d806721f0be80bf1c6537a983289272ed
treea3ee42cf4164149490cc548321e0accec5fd61d9
parenteaf05e829f389d172ca7e553f22d49d104b6861c
crypto: virtio/akcipher - Do not use GFP_ATOMIC when not needed

There is no need to use GFP_ATOMIC here. GFP_KERNEL is already used for
another memory allocation just the line after.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/virtio/virtio_crypto_akcipher_algs.c