]> git.karo-electronics.de Git - linux-beck.git/commitdiff
crypto: omap-sham - Remove unnecessary pr_info noise
authorMark A. Greer <mgreer@animalcreek.com>
Fri, 21 Dec 2012 17:04:01 +0000 (10:04 -0700)
committerHerbert Xu <herbert@gondor.apana.org.au>
Sat, 5 Jan 2013 10:43:55 +0000 (21:43 +1100)
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>
drivers/crypto/omap-sham.c

index 1d75e6f95a5877fab7c987dfe5b50bf2d8394017..2df7a54fc3b9d89f6bdb0f05d47424729c331f7d 100644 (file)
@@ -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);
 }