diff options
author | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-05-26 13:53:35 +0300 |
---|---|---|
committer | Mika Westerberg <mika.westerberg@linux.intel.com> | 2023-06-09 12:07:24 +0300 |
commit | cb625ec6e57195a7b6a6d0947e6203614f874d3e (patch) | |
tree | 210d393cc2d8376aa6d7f0ae66f8b384feaaa2bf /drivers/thunderbolt | |
parent | bdc6660e553ae74b2bf2689b69ee0b28d383c63f (diff) | |
download | linux-stable-cb625ec6e57195a7b6a6d0947e6203614f874d3e.tar.gz linux-stable-cb625ec6e57195a7b6a6d0947e6203614f874d3e.tar.bz2 linux-stable-cb625ec6e57195a7b6a6d0947e6203614f874d3e.zip |
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 <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r-- | drivers/thunderbolt/tmu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/tmu.c b/drivers/thunderbolt/tmu.c index 7d06bacf24ff..c926fb71c43d 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) */ |