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

Commit 8f6196c1 authored by Len Brown's avatar Len Brown
Browse files

tools/power turbostat: Baytrail: remove debug line in quiet mode



Without --debug, a debug line was printed on Baytrail:

SLM BCLK: 83.3 Mhz

Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent 71616c8e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3388,6 +3388,7 @@ double slm_bclk(void)
	}
	freq = slm_freq_table[i];

	if (debug)
		fprintf(outf, "SLM BCLK: %.1f Mhz\n", freq);

	return freq;