thunderbolt: Add debug log for link controller power quirk
Add a debug log to this quirk as well so we can see what quirks have been applied when debugging. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
f14d177e0b
commit
ccdb0900a0
|
@ -10,6 +10,7 @@
|
|||
static void quirk_force_power_link(struct tb_switch *sw)
|
||||
{
|
||||
sw->quirks |= QUIRK_FORCE_POWER_LINK_CONTROLLER;
|
||||
tb_sw_dbg(sw, "forcing power to link controller\n");
|
||||
}
|
||||
|
||||
static void quirk_dp_credit_allocation(struct tb_switch *sw)
|
||||
|
|
Loading…
Reference in New Issue