mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
thunderbolt: Log function name of the called quirk
[ Upstream commit f14d177e0b ]
This is useful when debugging whether a quirk has been matched or not.
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
4b7ed2400e
commit
932a765100
@@ -130,6 +130,7 @@ void tb_check_quirks(struct tb_switch *sw)
|
||||
if (q->device && q->device != sw->device)
|
||||
continue;
|
||||
|
||||
tb_sw_dbg(sw, "running %ps\n", q->hook);
|
||||
q->hook(sw);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user