forked from Minki/linux
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,7 +3388,8 @@ double slm_bclk(void)
|
||||
}
|
||||
freq = slm_freq_table[i];
|
||||
|
||||
fprintf(outf, "SLM BCLK: %.1f Mhz\n", freq);
|
||||
if (debug)
|
||||
fprintf(outf, "SLM BCLK: %.1f Mhz\n", freq);
|
||||
|
||||
return freq;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user