Message ID | 20231204103828.1635531-9-mika.westerberg@linux.intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 0b663ec9fe07e5c46ede45da75951eb11fc2f215 |
Headers | show |
Series | Improvements and Lunar Lake support | expand |
diff --git a/drivers/thunderbolt/tb.c b/drivers/thunderbolt/tb.c index 1308f7872f97..0a32e7ec4dc0 100644 --- a/drivers/thunderbolt/tb.c +++ b/drivers/thunderbolt/tb.c @@ -1913,7 +1913,7 @@ static void tb_dp_resource_available(struct tb *tb, struct tb_port *port) return; } - tb_port_dbg(port, "DP %s resource available\n", + tb_port_dbg(port, "DP %s resource available after hotplug\n", tb_port_is_dpin(port) ? "IN" : "OUT"); list_add_tail(&port->list, &tcm->dp_resources);