linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c
@ 2015-01-02  3:40 Masanari Iida
  2015-01-05 10:37 ` Herbert Xu
  0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-01-02  3:40 UTC (permalink / raw)
  To: linux-kernel, herbert, davem, linux-crypto; +Cc: akpm, joe, Masanari Iida

This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init().

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

diff --git a/drivers/crypto/bfin_crc.c b/drivers/crypto/bfin_crc.c
index 9ae149b..33cf9eb 100644
--- a/drivers/crypto/bfin_crc.c
+++ b/drivers/crypto/bfin_crc.c
@@ -744,7 +744,7 @@ static int __init bfin_crypto_crc_mod_init(void)
 
 	ret = platform_driver_register(&bfin_crypto_crc_driver);
 	if (ret) {
-		pr_info(KERN_ERR "unable to register driver\n");
+		pr_err("unable to register driver\n");
 		return ret;
 	}
 
-- 
2.2.1.62.g3f15098


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

* Re: [PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c
  2015-01-02  3:40 [PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c Masanari Iida
@ 2015-01-05 10:37 ` Herbert Xu
  0 siblings, 0 replies; 2+ messages in thread
From: Herbert Xu @ 2015-01-05 10:37 UTC (permalink / raw)
  To: Masanari Iida; +Cc: linux-kernel, davem, linux-crypto, akpm, joe

On Fri, Jan 02, 2015 at 12:40:46PM +0900, Masanari Iida wrote:
> This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init().
> 
> Signed-off-by: Masanari Iida <standby24x7@gmail.com>

Applied.
-- 
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] 2+ messages in thread

end of thread, other threads:[~2015-01-05 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-02  3:40 [PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c Masanari Iida
2015-01-05 10:37 ` 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).