Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07aab762 authored by Dmitry Kasatkin's avatar Dmitry Kasatkin Committed by Herbert Xu
Browse files

crypto: omap-sham - remove debug print

parent 455e3389
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -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);