crypto: ccp - Bump up doorbell debug message to error
authorMario Limonciello <mario.limonciello@amd.com>
Mon, 3 Apr 2023 18:32:11 +0000 (13:32 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 14 Apr 2023 10:59:34 +0000 (18:59 +0800)
This is helpful not just for debugging problems, but also for investigating
captured logs later on.

Suggested-by: Grzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Tested-by: Mark Hasemeyer <markhas@chromium.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/ccp/platform-access.c

index 1ad3a0a..1cc154a 100644 (file)
@@ -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;
        }