commit | 798ac398179e832b5c2e392d7d17288421aa85f5 | [log] [tgz] |
---|---|---|
author | Tian Tao <tiantao6@huawei.com> | Sat Oct 19 08:41:37 2019 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Oct 26 02:09:58 2019 +1100 |
tree | 7c99cb325984301f636e20a351e9d72745b09fc0 | |
parent | 1d55fdc85799372ab3b0d2a6928e73439f8149aa [diff] |
crypto: ccree - fix comparison of unsigned expression warning This patch fixes the following warnings: drivers/crypto/ccree/cc_aead.c:630:5-12: WARNING: Unsigned expression compared with zero: seq_len > 0 Signed-off-by: Tian Tao <tiantao6@huawei.com> v2: change hmac_setkey() return type to unsigned int to fix the warning. Acked-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>