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

Commit d8c88e54 authored by Michael Adisumarta's avatar Michael Adisumarta
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 436b6888
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved.
/* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -3486,7 +3486,7 @@ static unsigned int ipa3_get_bus_vote(void)
	} else {
		WARN_ON(1);
	}
	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;
}