diff options
Diffstat (limited to 'crypto/algapi.c')
-rw-r--r-- | crypto/algapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c index c91530021e9c..69eb504721a4 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c | |||
@@ -396,7 +396,7 @@ struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn) | |||
396 | return ERR_PTR(-EAGAIN); | 396 | return ERR_PTR(-EAGAIN); |
397 | } | 397 | } |
398 | 398 | ||
399 | tfm = __crypto_alloc_tfm(alg, 0); | 399 | tfm = __crypto_alloc_tfm(alg); |
400 | if (IS_ERR(tfm)) | 400 | if (IS_ERR(tfm)) |
401 | crypto_mod_put(alg); | 401 | crypto_mod_put(alg); |
402 | 402 | ||