]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: loongarch/crc32 - remove redundant setting of alignmask to 0
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:31 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:24 +0000 (18:04 +0800)
commitd72c46f7985a22ceb39a69a3bfe05606ec891504
tree29e3cb331ee525a27fa4effaa84d2e9e98892bac
parent9cf52f7b083d11a1c404c76baf601e71bfc3fb6b
crypto: loongarch/crc32 - remove redundant setting of alignmask to 0

This unnecessary explicit setting of cra_alignmask to 0 shows up when
grepping for shash algorithms that set an alignmask.  Remove it.  No
change in behavior.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/loongarch/crypto/crc32-loongarch.c