commit | fcf5d2dcadde06f2c82eef460198e2f2f4b642f8 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Fri Sep 18 07:23:15 2020 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Sep 25 17:48:51 2020 +1000 |
tree | 61eaf54617e11faccbc7fa5ee588ef415bc00cfc | |
parent | 25d85ffca16a265a8b940ecf57da9a2270cbd829 [diff] |
crypto: sun8i-ss - fix comparison of integer expressions of different signedness This patch fixes the warning: warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare] Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>