提交 8f6196c1 编写于 作者: L Len Brown

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: NLen Brown <len.brown@intel.com>
上级 71616c8e
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册