summaryrefslogtreecommitdiff
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index ee27673..117b312 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -931,7 +931,7 @@ static int __test_tls(struct crypto_aead *tfm, int enc,
ret = wait_for_completion_interruptible(
&result.completion);
if (!ret && !result.err) {
- reinit_completion(&result.completion);
+ INIT_COMPLETION(result.completion);
break;
} else {
ret = result.err;