crypto: cpt - 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:
Родитель
33ccbfd2e0
Коммит
b34a641672
|
@ -28,7 +28,7 @@ static void cvm_callback(u32 status, void *arg)
|
||||||
{
|
{
|
||||||
struct crypto_async_request *req = (struct crypto_async_request *)arg;
|
struct crypto_async_request *req = (struct crypto_async_request *)arg;
|
||||||
|
|
||||||
req->complete(req, !status);
|
crypto_request_complete(req, !status);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void update_input_iv(struct cpt_request_info *req_info,
|
static inline void update_input_iv(struct cpt_request_info *req_info,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче