aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2022-06-02 12:50:20 +0300
committerMika Westerberg <mika.westerberg@linux.intel.com>2023-01-17 11:36:44 +0200
commitb0ef48fc95cc2ce042fd5ad85d193e8a57502094 (patch)
tree384aa503eb579f9f445d9620eb9bb62bd3406131 /drivers/thunderbolt
parent49f2b350f330cf600cf0563fa3e55ba1c1799440 (diff)
downloadlinux-b0ef48fc95cc2ce042fd5ad85d193e8a57502094.tar.gz
thunderbolt: Log DP adapter type
This makes it easier to see from the debug logs what type of DisplayPort adapter is in use or available. No functional changes. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r--drivers/thunderbolt/tb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c
index 4628458044270..3a541ebc7e3db 100644
--- a/drivers/thunderbolt/tb.c
+++ b/drivers/thunderbolt/tb.c
@@ -882,7 +882,7 @@ static struct tb_port *tb_find_dp_out(struct tb *tb, struct tb_port *in)
continue;
if (tb_port_is_enabled(port)) {
- tb_port_dbg(port, "in use\n");
+ tb_port_dbg(port, "DP OUT in use\n");
continue;
}
@@ -931,7 +931,7 @@ static void tb_tunnel_dp(struct tb *tb)
continue;
if (tb_port_is_enabled(port)) {
- tb_port_dbg(port, "in use\n");
+ tb_port_dbg(port, "DP IN in use\n");
continue;
}