mirror of
https://github.com/qemu/qemu.git
synced 2024-11-30 07:13:38 +08:00
xhci: remove leftover debug printf
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
7598b41cfa
commit
94ae9eece7
@ -2526,7 +2526,6 @@ static void xhci_process_commands(XHCIState *xhci)
|
||||
}
|
||||
break;
|
||||
case CR_SET_TR_DEQUEUE:
|
||||
fprintf(stderr, "%s: CR_SET_TR_DEQUEUE\n", __func__);
|
||||
slotid = xhci_get_slot(xhci, &event, &trb);
|
||||
if (slotid) {
|
||||
unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT)
|
||||
|
Loading…
Reference in New Issue
Block a user