Commit 3ff59bce authored by Mark A. Greer's avatar Mark A. Greer Committed by Herbert Xu

crypto: omap-sham - Remove unnecessary pr_info noise

Remove the unnecessary pr_info() call in omap_sham_mod_init().

CC: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: default avatarMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent a49f0d1e
...@@ -1286,8 +1286,6 @@ static struct platform_driver omap_sham_driver = { ...@@ -1286,8 +1286,6 @@ static struct platform_driver omap_sham_driver = {
static int __init omap_sham_mod_init(void) static int __init omap_sham_mod_init(void)
{ {
pr_info("loading %s driver\n", "omap-sham");
return platform_driver_register(&omap_sham_driver); return platform_driver_register(&omap_sham_driver);
} }
......
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