diff options
| author | Dmitry Kasatkin <dmitry.kasatkin@nokia.com> | 2011-04-20 06:34:56 -0400 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-04-26 02:45:34 -0400 |
| commit | 07aab762feb6b49e8004bfba2659db17f7b64e35 (patch) | |
| tree | 52dc25a4b25b17baad5462144e6d992bc361c7b2 /drivers/crypto | |
| parent | 455e33898e65108b379e74bcc3c9d6d2b50da9a6 (diff) | |
crypto: omap-sham - remove debug print
Signed-off-by: Dmitry Kasatkin <dmitry.kasatkin@nokia.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
| -rw-r--r-- | drivers/crypto/omap-sham.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/omap-sham.c b/drivers/crypto/omap-sham.c index e36032bac2e..50aca41712b 100644 --- a/drivers/crypto/omap-sham.c +++ b/drivers/crypto/omap-sham.c | |||
| @@ -890,8 +890,6 @@ static int omap_sham_cra_init_alg(struct crypto_tfm *tfm, const char *alg_base) | |||
| 890 | struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm); | 890 | struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm); |
| 891 | const char *alg_name = crypto_tfm_alg_name(tfm); | 891 | const char *alg_name = crypto_tfm_alg_name(tfm); |
| 892 | 892 | ||
| 893 | pr_info("enter\n"); | ||
| 894 | |||
| 895 | /* Allocate a fallback and abort if it failed. */ | 893 | /* Allocate a fallback and abort if it failed. */ |
| 896 | tctx->fallback = crypto_alloc_shash(alg_name, 0, | 894 | tctx->fallback = crypto_alloc_shash(alg_name, 0, |
| 897 | CRYPTO_ALG_NEED_FALLBACK); | 895 | CRYPTO_ALG_NEED_FALLBACK); |
