Skip to content

Commit 0457587

Browse files
committed
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 730f23b ("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> (cherry picked from commit 38641b8)
1 parent da9426c commit 0457587

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

drivers/crypto/atmel-ecc.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,10 +567,6 @@ static int atmel_ecdh_init_tfm(struct crypto_kpp *tfm)
567567
}
568568

569569
crypto_kpp_set_flags(fallback, crypto_kpp_get_flags(tfm));
570-
571-
dev_info(&ctx->client->dev, "Using '%s' as fallback implementation.\n",
572-
crypto_tfm_alg_driver_name(crypto_kpp_tfm(fallback)));
573-
574570
ctx->fallback = fallback;
575571

576572
return 0;

0 commit comments

Comments
 (0)