mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-03 15:55:38 +00:00
thunderbolt: Log which connection manager implementation is used
This makes it easier to figure out whether the driver is using firmware or software based connection manager implementation. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
45ef561abc
commit
e0258805d7
2 changed files with 4 additions and 0 deletions
|
@ -2302,5 +2302,7 @@ struct tb *icm_probe(struct tb_nhi *nhi)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
tb_dbg(tb, "using firmware connection manager\n");
|
||||
|
||||
return tb;
|
||||
}
|
||||
|
|
|
@ -1534,5 +1534,7 @@ struct tb *tb_probe(struct tb_nhi *nhi)
|
|||
INIT_LIST_HEAD(&tcm->dp_resources);
|
||||
INIT_DELAYED_WORK(&tcm->remove_work, tb_remove_work);
|
||||
|
||||
tb_dbg(tb, "using software connection manager\n");
|
||||
|
||||
return tb;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue