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

* Re: [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c
  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
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2014-10-06 19:22 UTC (permalink / raw)
  To: standby24x7; +Cc: herbert, linux-kernel, linux-crypto

From: Masanari Iida <standby24x7@gmail.com>
Date: Tue,  7 Oct 2014 00:37:54 +0900

> 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>

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

* Re: [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c
  2014-10-06 19:22 ` David Miller
@ 2014-10-24 14:54   ` Herbert Xu
  0 siblings, 0 replies; 3+ messages in thread
From: Herbert Xu @ 2014-10-24 14:54 UTC (permalink / raw)
  To: David Miller; +Cc: standby24x7, linux-kernel, linux-crypto

On Mon, Oct 06, 2014 at 03:22:51PM -0400, David Miller wrote:
> From: Masanari Iida <standby24x7@gmail.com>
> Date: Tue,  7 Oct 2014 00:37:54 +0900
> 
> > 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>

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[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).