Skip to content

Commit 33ccbfd

Browse files
committed
crypto: bcm - Use request_complete helpers
Use the request_complete helpers instead of calling the completion function directly. Signed-off-by: Herbert Xu <[email protected]>
1 parent 51bdb2f commit 33ccbfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/bcm/cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1614,7 +1614,7 @@ static void finish_req(struct iproc_reqctx_s *rctx, int err)
16141614
spu_chunk_cleanup(rctx);
16151615

16161616
if (areq)
1617-
areq->complete(areq, err);
1617+
crypto_request_complete(areq, err);
16181618
}
16191619

16201620
/**

0 commit comments

Comments
 (0)