diff --git a/drivers/crypto/ccp/ccp-crypto-main.c b/drivers/crypto/ccp/ccp-crypto-main.c
index 88275b4..b23de1e 100644
--- a/drivers/crypto/ccp/ccp-crypto-main.c
+++ b/drivers/crypto/ccp/ccp-crypto-main.c
@@ -406,7 +406,7 @@ static int 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;
 	}
 
