commit | d6e9da21ee8246b5e556b3b153401ab045adb986 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 12 10:38:34 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 22 18:48:34 2019 +0800 |
tree | e0bb2d815b4a740d265476757b58c4af4b5cba19 | |
parent | 5620eb6c9d814b1e26e53b31adb40a57dc904b35 [diff] |
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>