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

Commit 20646542 authored by Lina Iyer's avatar Lina Iyer Committed by Gerrit - the friendly Code Review server
Browse files

drivers: qcom: rpmh: Remove excessive print in kernel log



Switch pr_into to pr_debug to avoid flooding the kernel log.

Change-Id: I8f374504c74b21297b67bb510f00796ecc991f0f
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent d93fbce9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -664,7 +664,7 @@ int rpmh_flush(struct rpmh_client *rc)

	spin_lock(&rpm->lock);
	if (!rpm->dirty) {
		pr_info("Skipping flush, TCS has latest data.\n");
		pr_debug("Skipping flush, TCS has latest data.\n");
		spin_unlock(&rpm->lock);
		return 0;
	}