diff options
Diffstat (limited to 'crypto/algapi.c')
-rw-r--r-- | crypto/algapi.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/crypto/algapi.c b/crypto/algapi.c index e65cb50cf4af..e9154c1347ca 100644 --- a/crypto/algapi.c +++ b/crypto/algapi.c | |||
@@ -27,9 +27,7 @@ void crypto_larval_error(const char *name, u32 type, u32 mask) | |||
27 | { | 27 | { |
28 | struct crypto_alg *alg; | 28 | struct crypto_alg *alg; |
29 | 29 | ||
30 | down_read(&crypto_alg_sem); | 30 | alg = crypto_alg_lookup(name, type, mask); |
31 | alg = __crypto_alg_lookup(name, type, mask); | ||
32 | up_read(&crypto_alg_sem); | ||
33 | 31 | ||
34 | if (alg) { | 32 | if (alg) { |
35 | if (crypto_is_larval(alg)) { | 33 | if (crypto_is_larval(alg)) { |