From: Mika Westerberg Date: Mon, 27 Feb 2023 10:45:09 +0000 (+0200) Subject: thunderbolt: Add debug log for link controller power quirk X-Git-Tag: v6.5-rc1~73^2~11^2~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccdb0900a0c3b0b56af5f547cceb64ee8d09483f;p=thirdparty%2Flinux.git 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 --- diff --git a/drivers/thunderbolt/quirks.c b/drivers/thunderbolt/quirks.c index 928689b66126e..854d841488503 100644 --- a/drivers/thunderbolt/quirks.c +++ b/drivers/thunderbolt/quirks.c @@ -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)