mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
xhci: Add completion code to the debug ouput of unhandled transfer events
Helps debugging to know the unhandled event type. Also make the debug message grepable Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
4daf9df51f
commit
86cd740a62
@ -2354,8 +2354,8 @@ static int handle_tx_event(struct xhci_hcd *xhci,
|
||||
status = 0;
|
||||
break;
|
||||
}
|
||||
xhci_warn(xhci, "ERROR Unknown event condition, HC probably "
|
||||
"busted\n");
|
||||
xhci_warn(xhci, "ERROR Unknown event condition %u, HC probably busted\n",
|
||||
trb_comp_code);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user