提交 05f369a8 编写于 作者: M Mark A. Greer 提交者: Herbert Xu

crypto: omap-aes - Remmove unnecessary pr_info noise

Remove the unnecessary pr_info() calls from omap_aes_probe()
and omap_aes_mod_init().

CC: Dmitry Kasatkin <dmitry.kasatkin@intel.com>
Signed-off-by: NMark A. Greer <mgreer@animalcreek.com>
Signed-off-by: NHerbert Xu <herbert@gondor.apana.org.au>
上级 17bebdcd
......@@ -880,8 +880,6 @@ static int omap_aes_probe(struct platform_device *pdev)
goto err_algs;
}
pr_info("probe() done\n");
return 0;
err_algs:
for (j = 0; j < i; j++)
......@@ -938,8 +936,6 @@ static struct platform_driver omap_aes_driver = {
static int __init omap_aes_mod_init(void)
{
pr_info("loading %s driver\n", "omap-aes");
return platform_driver_register(&omap_aes_driver);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册