File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ static inline int chcr_handle_aead_resp(struct aead_request *req,
220
220
reqctx -> verify = VERIFY_HW ;
221
221
}
222
222
chcr_dec_wrcount (dev );
223
- req -> base . complete ( & req -> base , err );
223
+ aead_request_complete ( req , err );
224
224
225
225
return err ;
226
226
}
@@ -1235,7 +1235,7 @@ static int chcr_handle_cipher_resp(struct skcipher_request *req,
1235
1235
complete (& ctx -> cbc_aes_aio_done );
1236
1236
}
1237
1237
chcr_dec_wrcount (dev );
1238
- req -> base . complete ( & req -> base , err );
1238
+ skcipher_request_complete ( req , err );
1239
1239
return err ;
1240
1240
}
1241
1241
@@ -2132,7 +2132,7 @@ static inline void chcr_handle_ahash_resp(struct ahash_request *req,
2132
2132
2133
2133
out :
2134
2134
chcr_dec_wrcount (dev );
2135
- req -> base . complete ( & req -> base , err );
2135
+ ahash_request_complete ( req , err );
2136
2136
}
2137
2137
2138
2138
/*
You can’t perform that action at this time.
0 commit comments