commit | 5072b1c211107fca80b75f0ac0ca6f90e3385837 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Mon Feb 06 12:53:38 2023 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Tue Feb 14 13:39:33 2023 +0800 |
tree | 564249b865820f798d4e60a743e15b6c4258964e | |
parent | d3777ceaad080716f6d2c1a4c62020d494df00db [diff] |
crypto: ecc - Silence sparse warning Rewrite the bitwise operations to silence the sparse warnings: CHECK ../crypto/ecc.c ../crypto/ecc.c:1387:39: warning: dubious: !x | y ../crypto/ecc.c:1397:47: warning: dubious: !x | y Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Reviewed-by: Vitaly Chikunov <vt@altlinux.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>