Searched hist:d6e9da21ee8246b5e556b3b153401ab045adb986 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-cipher.c | diff d6e9da21ee8246b5e556b3b153401ab045adb986 Tue Nov 12 03:38:34 CET 2019 Herbert Xu <herbert@gondor.apana.org.au> crypto: sun4i-ss - Fix 64-bit size_t warnings
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.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com> Tested-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
|