diff options
-rw-r--r-- | crypto/algboss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/algboss.c b/crypto/algboss.c index f97027e7d996..769219b29309 100644 --- a/crypto/algboss.c +++ b/crypto/algboss.c | |||
@@ -87,7 +87,7 @@ static int cryptomgr_probe(void *data) | |||
87 | crypto_tmpl_put(tmpl); | 87 | crypto_tmpl_put(tmpl); |
88 | 88 | ||
89 | out: | 89 | out: |
90 | complete(param->completion); | 90 | complete_all(param->completion); |
91 | kfree(param); | 91 | kfree(param); |
92 | module_put_and_exit(0); | 92 | module_put_and_exit(0); |
93 | } | 93 | } |