mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 14:24:11 +08:00
crypto: bcm - Use request_complete helpers
Use the request_complete helpers instead of calling the completion function directly. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
51bdb2fe01
commit
33ccbfd2e0
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user