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: Mark A. Greer <mgreer@animalcreek.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
17bebdcd5c
commit
05f369a89a
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue