Loading crypto/af_alg.c +3 −0 Original line number Diff line number Diff line Loading @@ -455,6 +455,9 @@ void af_alg_complete(struct crypto_async_request *req, int err) { struct af_alg_completion *completion = req->data; if (err == -EINPROGRESS) return; completion->err = err; complete(&completion->completion); } Loading Loading
crypto/af_alg.c +3 −0 Original line number Diff line number Diff line Loading @@ -455,6 +455,9 @@ void af_alg_complete(struct crypto_async_request *req, int err) { struct af_alg_completion *completion = req->data; if (err == -EINPROGRESS) return; completion->err = err; complete(&completion->completion); } Loading