mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-25 13:14:07 +08:00
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>
This commit is contained in:
parent
f114040e3e
commit
3e8cffd431
@ -3708,8 +3708,7 @@ test_done:
|
|||||||
panic("%s: %s alg self test failed in fips mode!\n", driver, alg);
|
panic("%s: %s alg self test failed in fips mode!\n", driver, alg);
|
||||||
|
|
||||||
if (fips_enabled && !rc)
|
if (fips_enabled && !rc)
|
||||||
pr_info(KERN_INFO "alg: self-tests for %s (%s) passed\n",
|
pr_info("alg: self-tests for %s (%s) passed\n", driver, alg);
|
||||||
driver, alg);
|
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user