Commit e0358ded authored by Mario Limonciello's avatar Mario Limonciello Committed by Herbert Xu
Browse files

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: default avatarGrzegorz Bernacki <gjb@semihalf.com>
Signed-off-by: default avatarMario Limonciello <mario.limonciello@amd.com>
Tested-by: default avatarMark Hasemeyer <markhas@chromium.org>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent cfd7ca02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}