Skip to content

Commit

Permalink
crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c
Browse files Browse the repository at this point in the history
This patch removes unnecessary KERN_ERR from bfin_crypto_crc_mod_init().

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Masanari Iida authored and Herbert Xu committed Jan 5, 2015
1 parent 4c1ada8 commit 28c29f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/crypto/bfin_crc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 28c29f5

Please sign in to comment.