1
0
Fork 0

crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c

This patch remove unncessary KERN_INFO from pr_info within testmgr.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
hifive-unleashed-5.1
Masanari Iida 2014-10-07 00:37:54 +09:00 committed by Herbert Xu
parent f114040e3e
commit 3e8cffd431
1 changed files with 1 additions and 2 deletions

View File

@ -3708,8 +3708,7 @@ test_done:
panic("%s: %s alg self test failed in fips mode!\n", driver, alg);
if (fips_enabled && !rc)
pr_info(KERN_INFO "alg: self-tests for %s (%s) passed\n",
driver, alg);
pr_info("alg: self-tests for %s (%s) passed\n", driver, alg);
return rc;