aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorDaniel Jordan <daniel.m.jordan@oracle.com>2020-07-14 16:13:51 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2020-07-23 17:34:17 +1000
commitbd25b4886ddcebec92591f298ce2ce345d7f2ea9 (patch)
tree2a8e8bcfbdc63ddb9106b710312a7cbb34c5df43 /crypto
parentcrypto: qat - fix double free in qat_uclo_create_batch_init_list (diff)
downloadlinux-dev-bd25b4886ddcebec92591f298ce2ce345d7f2ea9.tar.xz
linux-dev-bd25b4886ddcebec92591f298ce2ce345d7f2ea9.zip
padata: remove start function
padata_start() is only used right after pcrypt allocates an instance with all possible CPUs, when PADATA_INVALID can't happen, so there's no need for a separate "start" step. It can be done during allocation to save text, make using padata easier, and avoid unneeded calls in the future. Signed-off-by: Daniel Jordan <daniel.m.jordan@oracle.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: Steffen Klassert <steffen.klassert@secunet.com> Cc: linux-crypto@vger.kernel.org Cc: linux-kernel@vger.kernel.org Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/pcrypt.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/pcrypt.c b/crypto/pcrypt.c
index cbc383a1a3fe..fb9127ec5357 100644
--- a/crypto/pcrypt.c
+++ b/crypto/pcrypt.c
@@ -355,9 +355,6 @@ static int __init pcrypt_init(void)
if (err)
goto err_deinit_pencrypt;
- padata_start(pencrypt);
- padata_start(pdecrypt);
-
return crypto_register_template(&pcrypt_tmpl);
err_deinit_pencrypt: