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

Commit 2b176f0c authored by Michael Adisumarta's avatar Michael Adisumarta Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa4: IPA get_bus_vote log change



Change get_bus_vote logs to low priority since there are
use cases where clients are cycling between activate and deactivate
which will clog the log with get_bus_vote messages.

Change-Id: Ia48ce4558a820093307e538575147308c4871bd6
CRs-Fixed: 2167336
Signed-off-by: default avatarMichael Adisumarta <madisuma@codeaurora.org>
parent ccea77b1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3484,7 +3484,7 @@ static unsigned int ipa3_get_bus_vote(void)
	} else {
		WARN(1, "unexpected clock rate");
	}
	IPADBG("curr %d idx %d\n", ipa3_ctx->curr_ipa_clk_rate, idx);
	IPADBG_LOW("curr %d idx %d\n", ipa3_ctx->curr_ipa_clk_rate, idx);

	return idx;
}