commit | 45645709704f94d2625ef15fbf7bcae51aeab975 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Jul 24 11:10:01 2020 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jul 31 18:25:29 2020 +1000 |
tree | 62d5eff58f1d2a3dd5fbc82fffdb2e25fee3415d | |
parent | 054a5540fb8f7268e2c79e9deab4242db15c8cba [diff] |
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>