smcinvoke: Print retry_count value

This is important to estimate how long each clients are waiting
for secure side.

Signed-off-by: Smita Ghosh <quic_smitag@quicinc.com>
This commit is contained in:
Smita Ghosh
2022-09-27 09:29:17 -07:00
committed by Gerrit - the friendly Code Review server
parent cb0e64e092
commit 81cf72e4ab

View File

@@ -1646,7 +1646,7 @@ static int prepare_send_scm_msg(const uint8_t *in_buf, phys_addr_t in_paddr,
&response_type, &data, in_shm, out_shm);
if (ret == -EBUSY) {
pr_err("Secure side is busy,will retry after 30 ms\n");
pr_err("Secure side is busy,will retry after 30 ms, retry_count = %d",retry_count);
mutex_unlock(&g_smcinvoke_lock);
msleep(SMCINVOKE_SCM_EBUSY_WAIT_MS);
mutex_lock(&g_smcinvoke_lock);