Commit f14d177e authored by Mika Westerberg's avatar Mika Westerberg

thunderbolt: Log function name of the called quirk

This is useful when debugging whether a quirk has been matched or not.
Signed-off-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
parent 814c96c9
......@@ -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);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment