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: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
a49f0d1ea3
commit
3ff59bcee7
@ -1286,8 +1286,6 @@ static struct platform_driver omap_sham_driver = {
|
||||
|
||||
static int __init omap_sham_mod_init(void)
|
||||
{
|
||||
pr_info("loading %s driver\n", "omap-sham");
|
||||
|
||||
return platform_driver_register(&omap_sham_driver);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user