From: Mika Westerberg Date: Thu, 2 Jun 2022 09:50:20 +0000 (+0300) Subject: thunderbolt: Log DP adapter type X-Git-Tag: v6.3-rc1~110^2~16^2~8 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=b0ef48fc95cc2ce042fd5ad85d193e8a57502094;p=linux-block.git 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 --- diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c index 462845804427..3a541ebc7e3d 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; }