Commit cb625ec6 authored by Mika Westerberg's avatar Mika Westerberg

thunderbolt: Prefix TMU post time log message with "TMU: "

Following what we do with other messages in this file. No functional
changes.
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent bdc6660e
......@@ -308,7 +308,7 @@ int tb_switch_tmu_post_time(struct tb_switch *sw)
return ret;
for (i = 0; i < ARRAY_SIZE(gm_local_time); i++)
tb_sw_dbg(root_switch, "local_time[%d]=0x%08x\n", i,
tb_sw_dbg(root_switch, "TMU: local_time[%d]=0x%08x\n", i,
gm_local_time[i]);
/* Convert to nanoseconds (drop fractional part) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment