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

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
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment