Re: [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c

2014-10-24 Thread Herbert Xu
On Mon, Oct 06, 2014 at 03:22:51PM -0400, David Miller wrote: > From: Masanari Iida > 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 > > Acked-by: David S. Miller Patch applied. Thanks. --

Re: [PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c

2014-10-06 Thread David Miller
From: Masanari Iida 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 Acked-by: David S. Miller -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to ma

[PATCH] crypto: Remove unnecessary KERN_INFO from testmgr.c

2014-10-06 Thread Masanari Iida
This patch remove unncessary KERN_INFO from pr_info within testmgr.c Signed-off-by: Masanari Iida --- 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/testm