On Thu, Nov 09, 2017 at 08:54:13AM +0000, Colin King wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > Pointer reqctx is assigned the same value twice, once on initialization > and again a few statements later, remove the second redundant assignment. > Variable dst_size is assigned but it is never read, so the variable is > redundant and can be removed. Cleans up clang warnings: > > drivers/crypto/chelsio/chcr_algo.c:156:29: warning: Value stored to > 'reqctx' during its initialization is never read > drivers/crypto/chelsio/chcr_algo.c:2020:2: warning: Value stored to > 'dst_size' is never read > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html