From: Mika Westerberg Date: Fri, 26 May 2023 10:53:35 +0000 (+0300) Subject: thunderbolt: Prefix TMU post time log message with "TMU: " X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=cb625ec6e57195a7b6a6d0947e6203614f874d3e;p=linux.git 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: Mika Westerberg --- diff --git a/drivers/thunderbolt/tmu.c b/drivers/thunderbolt/tmu.c index 7d06bacf24ffa..c926fb71c43d5 100644 --- a/drivers/thunderbolt/tmu.c +++ b/drivers/thunderbolt/tmu.c @@ -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) */