diff options
author | 2020-07-24 11:10:01 +0100 | |
---|---|---|
committer | 2020-07-31 18:25:29 +1000 | |
commit | 45645709704f94d2625ef15fbf7bcae51aeab975 (patch) | |
tree | 62d5eff58f1d2a3dd5fbc82fffdb2e25fee3415d /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: x86/curve25519 - Remove unused carry variables (diff) | |
download | wireguard-linux-45645709704f94d2625ef15fbf7bcae51aeab975.tar.xz wireguard-linux-45645709704f94d2625ef15fbf7bcae51aeab975.zip |
hwrng: core - remove redundant initialization of variable ret
The variable ret is being initialized with a value that is never read
and it is being updated later with a new value. The initialization is
redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions