Skip to content
Commit d0c8cdd1 authored by Corentin Labbe's avatar Corentin Labbe Committed by Paul Gortmaker
Browse files

crypto: sun4i-ss - Fix 64-bit size_t warnings on sun4i-ss-hash.c

commit a7126603

 upstream.

If you try to compile this driver on a 64-bit platform then you
will get warnings because it mixes size_t with unsigned int which
only works on 32-bit.

This patch fixes all of the warnings on sun4i-ss-hash.c.
Signed-off-by: default avatarCorentin Labbe <clabbe.montjoie@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 1cb61c67
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