diff --git a/drivers/crypto/ccp/ccp-crypto-main.c b/drivers/crypto/ccp/ccp-crypto-main.c index ecd58b38c..65c9cb496 100644 --- a/drivers/crypto/ccp/ccp-crypto-main.c +++ b/drivers/crypto/ccp/ccp-crypto-main.c @@ -399,7 +399,7 @@ static int __init ccp_crypto_init(void) ret = ccp_present(); if (ret) { - pr_err("Cannot load: there are no available CCPs\n"); + pr_notice("Cannot load: there are no available CCPs\n"); return ret; }