mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
Revert "usb: typec: ucsi_glink: add a debug log in ucsi_qti_notify_work()"
This reverts commit 541ce903a219177fa046ac217ea397f03b80fd84. Printing this partner information is not needed as client drivers like USB redriver is not going to use it. Change-Id: I52a528564149c6438fc90d4275afad7b58b790a2 Signed-off-by: Linyu Yuan <quic_linyyuan@quicinc.com>
This commit is contained in:
parent
f768e2298c
commit
0db51d2037
|
|
@ -394,12 +394,6 @@ static void ucsi_qti_notify_work(struct work_struct *work)
|
|||
struct constat_info_entry, node);
|
||||
list_del(&entry->node);
|
||||
mutex_unlock(&udev->notify_lock);
|
||||
pr_debug("acc: %d usb: %d alt_mode: %d change: %d connect: %d\n",
|
||||
entry->constat_info.acc,
|
||||
entry->constat_info.partner_usb,
|
||||
entry->constat_info.partner_alternate_mode,
|
||||
entry->constat_info.partner_change,
|
||||
entry->constat_info.connect);
|
||||
raw_notifier_call_chain(&ucsi_glink_notifier,
|
||||
0, &entry->constat_info);
|
||||
kfree(entry);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user