Commit 33ccbfd2 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: bcm - Use request_complete helpers



Use the request_complete helpers instead of calling the completion
function directly.

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 51bdb2fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1614,7 +1614,7 @@ static void finish_req(struct iproc_reqctx_s *rctx, int err)
	spu_chunk_cleanup(rctx);

	if (areq)
		areq->complete(areq, err);
		crypto_request_complete(areq, err);
}

/**