]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: caam - Fix opencoded cpumask_next_wrap() in caam_drv_ctx_init()
authorYury Norov [NVIDIA] <yury.norov@gmail.com>
Wed, 4 Jun 2025 20:47:41 +0000 (16:47 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 13 Jun 2025 09:26:17 +0000 (17:26 +0800)
commit4b7ed1ce411e5049b3c842009981c9c5191fea49
tree9b20f553c66b006d783be3856464d7f9668d2d05
parentea87e6c40a79de84cc2c6186eafb476be79916e0
crypto: caam - Fix opencoded cpumask_next_wrap() in caam_drv_ctx_init()

The dedicated cpumask_next_wrap() is more verbose and better optimized
comparing to cpumask_next() followed by cpumask_first().

Signed-off-by: Yury Norov [NVIDIA] <yury.norov@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/qi.c