Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 57315556 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "drivers: mailbox: fix excessive logging"

parents 3fae7280 9497220d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -909,7 +909,7 @@ static int chan_tcs_write(struct mbox_chan *chan, void *data)


	/* If we were just busy waiting for TCS, dump the state and return */
	/* If we were just busy waiting for TCS, dump the state and return */
	if (ret == -EBUSY) {
	if (ret == -EBUSY) {
		pr_info("TCS Busy, retrying RPMH message send\n");
		pr_info_ratelimited("TCS Busy, retrying RPMH message send\n");
		dump_tcs_stats(drv);
		dump_tcs_stats(drv);
		ret = -EAGAIN;
		ret = -EAGAIN;
	}
	}