Skip to content
Commit d08d387b authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: powerpc/crc-vpmsum_test - Fix sparse endianness warning



This patch fixes a sparse endianness warning by changing crc32 to
__le32 instead of u32:

  CHECK   ../arch/powerpc/crypto/crc-vpmsum_test.c
../arch/powerpc/crypto/crc-vpmsum_test.c:102:39: warning: cast from restricted __le32

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a4cb40f4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment