mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
thunderbolt: Log XDomain link speed and width
In the same way we do for routers. This is useful for debugging purposes. Signed-off-by: Gil Fine <gil.fine@linux.intel.com> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
30c6759b23
commit
ea20adddd6
@ -1462,6 +1462,11 @@ static int tb_xdomain_get_properties(struct tb_xdomain *xd)
|
||||
tb_port_disable(port->dual_link_port);
|
||||
}
|
||||
|
||||
dev_dbg(&xd->dev, "current link speed %u.0 Gb/s\n",
|
||||
xd->link_speed);
|
||||
dev_dbg(&xd->dev, "current link width %s\n",
|
||||
tb_width_name(xd->link_width));
|
||||
|
||||
if (device_add(&xd->dev)) {
|
||||
dev_err(&xd->dev, "failed to add XDomain device\n");
|
||||
return -ENODEV;
|
||||
|
Loading…
Reference in New Issue
Block a user