]> git.itanic.dy.fi Git - linux-stable/commit
crypto: crypto4xx - use GFP_KERNEL for big allocations
authorChristian Lamparter <chunkeey@gmail.com>
Wed, 1 Jan 2020 22:27:02 +0000 (23:27 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 9 Jan 2020 03:30:53 +0000 (11:30 +0800)
commit30a50e44f981e41cb7f3eba75d59a701ce3cfacf
tree736390a16b1e88f22b76ed6ab957bc294da09e25
parentb87b2c4d9105a4cfa70c9271b847364ac045125c
crypto: crypto4xx - use GFP_KERNEL for big allocations

The driver should use GFP_KERNEL for the bigger allocation
during the driver's crypto4xx_probe() and not GFP_ATOMIC in
my opinion.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/amcc/crypto4xx_core.c