diff --git a/[refs] b/[refs] index 11124496e760..7c6b8069a8ba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 27300176d75e4723e2125e745a98a77bf0133f72 +refs/heads/master: ea4006576945195ed35824acfb4007ca7cb78b70 diff --git a/trunk/crypto/tcrypt.c b/trunk/crypto/tcrypt.c index dfeec0c544cb..a890a6792c7b 100644 --- a/trunk/crypto/tcrypt.c +++ b/trunk/crypto/tcrypt.c @@ -889,7 +889,7 @@ static int do_test(int m) static int do_alg_test(const char *alg, u32 type) { - return crypto_has_alg(alg, type, CRYPTO_ALG_TYPE_MASK); + return crypto_has_alg(alg, type, CRYPTO_ALG_TYPE_MASK) ? 0 : -ENOENT; } static int __init tcrypt_mod_init(void)