diff options
Diffstat (limited to 'crypto/algboss.c')
| -rw-r--r-- | crypto/algboss.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/crypto/algboss.c b/crypto/algboss.c index 1814d2c5188a..eb5fe84efb83 100644 --- a/crypto/algboss.c +++ b/crypto/algboss.c @@ -67,7 +67,7 @@ out:  	complete_all(¶m->larval->completion);  	crypto_alg_put(¶m->larval->alg);  	kfree(param); -	module_put_and_exit(0); +	module_put_and_kthread_exit(0);  }  static int cryptomgr_schedule_probe(struct crypto_larval *larval) @@ -190,7 +190,7 @@ skiptest:  	crypto_alg_tested(param->driver, err);  	kfree(param); -	module_put_and_exit(0); +	module_put_and_kthread_exit(0);  }  static int cryptomgr_schedule_test(struct crypto_alg *alg) |