diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-16 01:03:58 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-04-24 09:42:16 +0200 |
commit | 63e05f3275172283fd0020dba678ef8eca869ef7 (patch) | |
tree | 770b52c9e56efec1036c626b94f45de30e6207c1 /crypto/adiantum.c | |
parent | crypto: chelsio - remove redundant assignment to variable error (diff) | |
download | linux-63e05f3275172283fd0020dba678ef8eca869ef7.tar.xz linux-63e05f3275172283fd0020dba678ef8eca869ef7.zip |
crypto: algif_rng - remove redundant assignment to variable err
The variable err 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 'crypto/adiantum.c')
0 files changed, 0 insertions, 0 deletions