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

Commit 6d53bcca authored by Saravana Kannan's avatar Saravana Kannan
Browse files

PM / devfreq: bw_hwmon: Remove debug logs from high frequency code path



Using debug logs for the short samples would result in excessive logging
and also have an impact on CPU power and performance. The tracepoint that's
already there is a much better alternative. So, delete the debug logs.

Change-Id: Idd1d634f510381d14637f3b84588a118572f3f16
Signed-off-by: default avatarSaravana Kannan <skannan@codeaurora.org>
parent 2344e053
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -237,9 +237,6 @@ static int __bw_hwmon_sample_end(struct bw_hwmon *hwmon)
				us,
				wake);

	dev_dbg(df->dev.parent, "MB/s: %5lu, us:%6d, wake: %d\n",
		mbps, us, wake);

	return wake;
}