Skip to content
Snippets Groups Projects
Commit 3ff59bce authored by Mark A. Greer's avatar Mark A. Greer Committed by Herbert Xu
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -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);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment