提交 28c29f56 编写于 作者: M Masanari Iida 提交者: Herbert Xu

crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c

This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init().
Signed-off-by: NMasanari Iida <standby24x7@gmail.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 4c1ada87
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册