mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 18:41:58 +09:00
thunderbolt: Add debug log for link controller power quirk
[ Upstream commit ccdb0900a0 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
932a765100
commit
caa7ff1d7d
@@ -10,6 +10,7 @@
|
|||||||
static void quirk_force_power_link(struct tb_switch *sw)
|
static void quirk_force_power_link(struct tb_switch *sw)
|
||||||
{
|
{
|
||||||
sw->quirks |= QUIRK_FORCE_POWER_LINK_CONTROLLER;
|
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)
|
static void quirk_dp_credit_allocation(struct tb_switch *sw)
|
||||||
|
|||||||
Reference in New Issue
Block a user