crypto: arm64/crc32 - bring in line with generic CRC32
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 4 May 2015 09:00:16 +0000 (11:00 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 7 May 2015 03:16:24 +0000 (11:16 +0800)
commitac02c6ea6b404461829697792cd2b67f6a14d28a
treeef903ca3da6aa0f9bb7a011c53ce489da9cddc34
parentf440c4ee3e53f767974fe60bcbc0b6687a5fb53f
crypto: arm64/crc32 - bring in line with generic CRC32

The arm64 CRC32 (not CRC32c) implementation was not quite doing
the same thing as the generic one. Fix that.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Acked-by: Steve Capper <steve.capper@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
arch/arm64/crypto/crc32-arm64.c