mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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:
parent
46e6f5df3c
commit
5599d31d4e
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user