Message ID | 9bd0533e-1bf3-a1c1-d84c-34ab4c511b78@users.sourceforge.net (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Herbert Xu |
Headers | show |
diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 76c5128284f8..e46cf2c92497 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -1901,7 +1901,7 @@ static int alg_test_cprng(const struct alg_test_desc *desc, const char *driver, static int drbg_cavs_test(const struct drbg_testvec *test, int pr, const char *driver, u32 type, u32 mask) { - int ret = -EAGAIN; + int ret; struct crypto_rng *drng; struct drbg_test_data test_data; struct drbg_string addtl, pers, testentropy;