]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: qce - Remove return variable and unused assignments
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 2 Mar 2026 11:34:53 +0000 (12:34 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 14 Mar 2026 05:03:19 +0000 (14:03 +0900)
commitd23cf35880114a1ad24efc262577e494ebfa0c23
treec69252c07b7aa00712f7fa646e6c3794e25c30f0
parent25ab621f7de76fbcd6bfeb8915f8882785323674
crypto: qce - Remove return variable and unused assignments

In qce_aead_done(), the return variable 'ret' is no longer used - remove
it. And qce_aead_prepare_dst_buf() jumps directly to 'dst_tbl_free:' on
error and returns 'sg' - drop the useless 'ret' assignments.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/qce/aead.c