提交 3e8cffd4 编写于 作者: M Masanari Iida 提交者: Herbert Xu

crypto: testmgr - Remove unnecessary KERN_INFO from testmgr.c

This patch remove unncessary KERN_INFO from pr_info within testmgr.c
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Acked-by: NDavid S. Miller <davem@davemloft.net>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 f114040e
...@@ -3708,8 +3708,7 @@ int alg_test(const char *driver, const char *alg, u32 type, u32 mask) ...@@ -3708,8 +3708,7 @@ int alg_test(const char *driver, const char *alg, u32 type, u32 mask)
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册