]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tegra - finalize crypto req on error
authorAkhil R <akhilrajeev@nvidia.com>
Mon, 24 Feb 2025 09:16:03 +0000 (14:46 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 8 Mar 2025 08:22:23 +0000 (16:22 +0800)
commit1e245948ca0c252f561792fabb45de5518301d97
tree9bf7b5ee726a01a394acd403f83d26b279efcc62
parent1cb328da4e8f34350c61a2b6548766c79b4bb64c
crypto: tegra - finalize crypto req on error

Call the crypto finalize function before exiting *do_one_req() functions.
This allows the driver to take up further requests even if the previous
one fails.

Fixes: 0880bb3b00c8 ("crypto: tegra - Add Tegra Security Engine driver")
Signed-off-by: Akhil R <akhilrajeev@nvidia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/tegra/tegra-se-aes.c