]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: mips/crc32 - remove redundant setting of alignmask to 0
authorEric Biggers <ebiggers@google.com>
Thu, 19 Oct 2023 05:53:30 +0000 (22:53 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 27 Oct 2023 10:04:24 +0000 (18:04 +0800)
commit9cf52f7b083d11a1c404c76baf601e71bfc3fb6b
tree922673be1c5992d47ad664cfe6da0e4ba1f43732
parent71e8c241b22618484137255f39fcb67efa5ef962
crypto: mips/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/mips/crypto/crc32-mips.c