Skip to content

Commit

Permalink
crypto: omap-aes - Remmove unnecessary pr_info noise
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mgreeraz authored and herbertx committed Jan 19, 2013
1 parent 17bebdc commit 05f369a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/crypto/omap-aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
Expand Down Expand Up @@ -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);
}

Expand Down

0 comments on commit 05f369a

Please sign in to comment.