diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-04-15 23:49:47 +0100 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-04-24 17:42:16 +1000 |
commit | 8a656a48f75f193b901efe14326663505874c37a (patch) | |
tree | a9e5ecd6fa7a33d6960d7b0691b2c314c3e6afa9 /crypto | |
parent | 3ca73b70a3a98da739f4ebcff381d13bb7cd339f (diff) | |
download | linux-8a656a48f75f193b901efe14326663505874c37a.tar.gz linux-8a656a48f75f193b901efe14326663505874c37a.tar.bz2 linux-8a656a48f75f193b901efe14326663505874c37a.zip |
crypto: chelsio - remove redundant assignment to variable error
The variable error 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')
0 files changed, 0 insertions, 0 deletions