mailbox: qcom-rpmh: Do not spam logs with busy TCS states

Workaround for fixing dmesg spam:
"TCS Busy, retrying RPMH message send"

Change-Id: I11bb80d0a2e593a5620f4e4cfa4ab9284ce188d1
Signed-off-by: Panchajanya1999 <panchajanya@azure-dev.live>
Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
This commit is contained in:
Panchajanya1999 2021-07-09 18:42:07 +05:30 committed by Richard Raya
parent 46e6f5df3c
commit 5599d31d4e

View File

@ -871,7 +871,7 @@ tx_fail:
/* If we were just busy waiting for TCS, dump the state and return */
if (ret == -EBUSY) {
dev_err_ratelimited(chan->cl->dev,
dev_dbg_ratelimited(chan->cl->dev,
"TCS Busy, retrying RPMH message send\n");
ret = -EAGAIN;
}