crypto: testmgr - Hide ENOENT errors
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 2 Sep 2024 23:33:40 +0000 (07:33 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 6 Sep 2024 06:50:46 +0000 (14:50 +0800)
commit4eded6d14f5b7bb857b68872970a40cf3105c015
tree1417e689ad7d27e1da5a2160d09e462d788e667a
parent2e691e1cd24d4f5cee4bc24d5adc6f1307b9f09f
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: Herbert Xu <herbert@gondor.apana.org.au>
crypto/testmgr.c