commit | 83bff109616433d4cfd999e14f1ffc4759c3c1e0 | [log] [tgz] |
---|---|---|
author | Cai Huoqing <caihuoqing@baidu.com> | Thu Oct 21 16:38:54 2021 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 29 21:04:04 2021 +0800 |
tree | 0fcd979a13aa0e48f3658d5b797c80f750d974e2 | |
parent | 284340a368a034243d304bd64e5f6923780e3708 [diff] |
crypto: ccp - Make use of the helper macro kthread_run() Repalce kthread_create/wake_up_process() with kthread_run() to simplify the code. Signed-off-by: Cai Huoqing <caihuoqing@baidu.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>