Skip to content

Commit e0358de

Browse files
superm1herbertx
authored andcommitted
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 <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>
1 parent cfd7ca0 commit e0358de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/crypto/ccp/platform-access.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ int psp_ring_platform_doorbell(int msg)
149149
mutex_lock(&pa_dev->doorbell_mutex);
150150

151151
if (wait_cmd(cmd)) {
152-
dev_dbg(psp->dev, "doorbell command not done processing\n");
152+
dev_err(psp->dev, "doorbell command not done processing\n");
153153
ret = -EBUSY;
154154
goto unlock;
155155
}

0 commit comments

Comments
 (0)