Commit ccdb0900 authored by Mika Westerberg's avatar Mika Westerberg

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: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent f14d177e
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment