From: Mario Limonciello Date: Mon, 3 Apr 2023 18:32:11 +0000 (-0500) Subject: crypto: ccp - Bump up doorbell debug message to error X-Git-Tag: v6.6.7~2762^2~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0358dedff4ff432318665927d45f4786c34ed52;p=platform%2Fkernel%2Flinux-starfive.git crypto: ccp - Bump up doorbell debug message to error This is helpful not just for debugging problems, but also for investigating captured logs later on. Suggested-by: Grzegorz Bernacki Signed-off-by: Mario Limonciello Tested-by: Mark Hasemeyer Signed-off-by: Herbert Xu --- diff --git a/drivers/crypto/ccp/platform-access.c b/drivers/crypto/ccp/platform-access.c index 1ad3a0a512b1..1cc154a1c6ab 100644 --- a/drivers/crypto/ccp/platform-access.c +++ b/drivers/crypto/ccp/platform-access.c @@ -149,7 +149,7 @@ int psp_ring_platform_doorbell(int msg) mutex_lock(&pa_dev->doorbell_mutex); if (wait_cmd(cmd)) { - dev_dbg(psp->dev, "doorbell command not done processing\n"); + dev_err(psp->dev, "doorbell command not done processing\n"); ret = -EBUSY; goto unlock; }