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

crypto: testmgr - Hide ENOENT errors


When a crypto algorithm with a higher priority is registered, it
kills the spawns of all lower-priority algorithms.  Thus it is to
be expected for an algorithm to go away at any time, even during
a self-test.  This is now much more common with asynchronous testing.

Remove the printk when an ENOENT is encountered during a self-test.
This is not really an error since the algorithm being tested is no
longer there (i.e., it didn't fail the test which is what we care
about).

Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 2e691e1c
No related branches found
No related tags found
No related merge requests found
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