mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-12 16:11:04 +00:00
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 <tudor.ambarus@microchip.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
e9440ff372
commit
38641b83eb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user