mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-01 10:43:43 +00:00
thunderbolt: Log function name of the called quirk
This is useful when debugging whether a quirk has been matched or not. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
This commit is contained in:
parent
814c96c959
commit
f14d177e0b
@ -105,6 +105,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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user