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: Len Brown <len.brown@intel.com>
This commit is contained in:
parent
71616c8e93
commit
8f6196c192
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue