linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c
@ 2014-10-06 15:37 Masanari Iida
  2014-10-06 19:22 ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Masanari Iida @ 2014-10-06 15:37 UTC (permalink / raw)
  To: herbert, davem, linux-kernel, linux-crypto; +Cc: Masanari Iida

This patch remove unncessary KERN_INFO from pr_info within testmgr.c

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 crypto/testmgr.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 9459dfd..9d57e3f 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3710,8 +3710,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;
 
-- 
2.1.1.273.g97b8860


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-24 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-06 15:37 [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c Masanari Iida
2014-10-06 19:22 ` David Miller
2014-10-24 14:54   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).