]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: powerpc/aes - use min in ppc_{ecb,cbc,ctr,xts}_crypt
authorThorsten Blum <thorsten.blum@linux.dev>
Wed, 27 May 2026 14:11:47 +0000 (16:11 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 5 Jun 2026 11:36:36 +0000 (19:36 +0800)
commitb2b24a98863fee9a495c8afb602fe75b964a1a84
treeb1d4341a733950e2723349d6bb322c4dcee6ba38
parent265b861bece38318b8e0fc8fac0643d4ef906d31
crypto: powerpc/aes - use min in ppc_{ecb,cbc,ctr,xts}_crypt

Replace min_t() with the simpler min() macro since the values are
unsigned and compatible.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/powerpc/crypto/aes-spe-glue.c