Skip to content
Snippets Groups Projects
Commit 6318fbe2 authored by Herbert Xu's avatar Herbert Xu
Browse files

crypto: testmgr - Hide ENOENT errors better


The previous patch removed the ENOENT warning at the point of
allocation, but the overall self-test warning is still there.

Fix all of them by returning zero as the test result.  This is
safe because if the algorithm has gone away, then it cannot be
marked as tested.

Fixes: 4eded6d1 ("crypto: testmgr - Hide ENOENT errors")
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent b81e286b
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment