crypto: engine - Use crypto_request_complete
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 Jan 2023 08:02:02 +0000 (16:02 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 13 Feb 2023 10:34:49 +0000 (18:34 +0800)
commit6909823d47c17cba84e9244d04050b5db8d53789
treec6420d555446871020739c07ffc52690207b7560
parentd5770679ad5abc8d62dc5aff7b3f888dfe8a05fa
crypto: engine - Use crypto_request_complete

Use the crypto_request_complete helper instead of calling the
completion function directly.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
crypto/crypto_engine.c