]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
crypto: img-hash - drop redundant return variable
authorThorsten Blum <thorsten.blum@linux.dev>
Sat, 28 Mar 2026 10:20:46 +0000 (11:20 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 3 Apr 2026 00:56:13 +0000 (08:56 +0800)
commitf2e25a4cf57d1d24a6920d9cb0f2bcf2b434bd8c
treefd16fc009ae806daed49ec63b48fa269f4e700fc
parent3a31b7fda695da81a2e2fe6812af94e8bf61624a
crypto: img-hash - drop redundant return variable

In img_hash_digest(), remove the redundant return variable 'err' and
return img_hash_handle_queue() directly.

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