Commit 28c29f56 authored by Masanari Iida's avatar Masanari Iida Committed by 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: default avatarMasanari Iida <standby24x7@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment