mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
xhci: make port reset trace point more verbose
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
b791c3b38c
commit
7bd3055ffd
2 changed files with 2 additions and 2 deletions
|
@ -2856,7 +2856,7 @@ static void xhci_port_update(XHCIPort *port, int is_detach)
|
|||
|
||||
static void xhci_port_reset(XHCIPort *port, bool warm_reset)
|
||||
{
|
||||
trace_usb_xhci_port_reset(port->portnr);
|
||||
trace_usb_xhci_port_reset(port->portnr, warm_reset);
|
||||
|
||||
if (!xhci_port_have_device(port)) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue