On Thu, 2019-03-28 at 15:36 +0300, Mika Westerberg wrote: > Now that the driver can handle every possible tunnel types there is no > point to log everything as info level so turn these to happen at debug > level instead.
trivia: > diff --git a/drivers/thunderbolt/path.c b/drivers/thunderbolt/path.c [] > @@ -503,8 +503,8 @@ int tb_path_activate(struct tb_path *path) > & out_mask; > hop.unknown3 = 0; > > - tb_port_info(path->hops[i].in_port, "Writing hop %d, index %d", > - i, path->hops[i].in_hop_index); > + tb_port_dbg(path->hops[i].in_port, "Writing hop %d, index %d", > + i, path->hops[i].in_hop_index); Appears to miss a '\n' termination