Skip to content

Commit

Permalink
crypto: omap-sham - Remove unnecessary pr_info noise
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark A. Greer authored and Herbert Xu committed Jan 5, 2013
1 parent a49f0d1 commit 3ff59bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/crypto/omap-sham.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3ff59bc

Please sign in to comment.