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