diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-24 13:10:01 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-07-31 11:25:29 +0300 |
commit | 45645709704f94d2625ef15fbf7bcae51aeab975 (patch) | |
tree | 62d5eff58f1d2a3dd5fbc82fffdb2e25fee3415d /LICENSES/preferred/BSD-3-Clause | |
parent | 054a5540fb8f7268e2c79e9deab4242db15c8cba (diff) | |
download | linux-45645709704f94d2625ef15fbf7bcae51aeab975.tar.xz |
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 'LICENSES/preferred/BSD-3-Clause')
0 files changed, 0 insertions, 0 deletions