mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-15 09:34:17 +00:00
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>
This commit is contained in:
parent
455e33898e
commit
07aab762fe
@ -890,8 +890,6 @@ static int omap_sham_cra_init_alg(struct crypto_tfm *tfm, const char *alg_base)
|
|||||||
struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm);
|
struct omap_sham_ctx *tctx = crypto_tfm_ctx(tfm);
|
||||||
const char *alg_name = crypto_tfm_alg_name(tfm);
|
const char *alg_name = crypto_tfm_alg_name(tfm);
|
||||||
|
|
||||||
pr_info("enter\n");
|
|
||||||
|
|
||||||
/* Allocate a fallback and abort if it failed. */
|
/* Allocate a fallback and abort if it failed. */
|
||||||
tctx->fallback = crypto_alloc_shash(alg_name, 0,
|
tctx->fallback = crypto_alloc_shash(alg_name, 0,
|
||||||
CRYPTO_ALG_NEED_FALLBACK);
|
CRYPTO_ALG_NEED_FALLBACK);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user