From: Tudor-Dan Ambarus Date: Wed, 13 Jun 2018 13:29:59 +0000 (+0300) Subject: crypto: atmel-ecc - remove overly verbose dev_info X-Git-Tag: v5.15~8086^2~117 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38641b83ebc54635151810eeef00b61da3097952;p=platform%2Fkernel%2Flinux-starfive.git crypto: atmel-ecc - remove overly verbose dev_info Remove it because when using a slow console, it can affect the speed of crypto operations. Similar to 'commit 730f23b66095 ("crypto: vmx - Remove overly verbose printk from AES XTS init")'. Signed-off-by: Tudor Ambarus Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/atmel-ecc.c b/drivers/crypto/atmel-ecc.c index a25772e..74f083f 100644 --- a/drivers/crypto/atmel-ecc.c +++ b/drivers/crypto/atmel-ecc.c @@ -567,10 +567,6 @@ static int atmel_ecdh_init_tfm(struct crypto_kpp *tfm) } crypto_kpp_set_flags(fallback, crypto_kpp_get_flags(tfm)); - - dev_info(&ctx->client->dev, "Using '%s' as fallback implementation.\n", - crypto_tfm_alg_driver_name(crypto_kpp_tfm(fallback))); - ctx->fallback = fallback; return 0;