Home
last modified time | relevance | path

Searched hist:"015 e42c85f1ec33894579626128b385d4780e883" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Ddes3_ede_glue.cdiff 015e42c85f1ec33894579626128b385d4780e883 Tue Dec 07 12:58:09 CST 2021 Colin Ian King <colin.i.king@gmail.com> crypto: x86/des3 - remove redundant assignment of variable nbytes

The variable nbytes is being assigned a value that is never read, it is
being re-assigned in the following statement. The assignment is redundant
and can be removed.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>