mirror of https://gitee.com/openkylin/qemu.git
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;
|
break;
|
||||||
case CR_SET_TR_DEQUEUE:
|
case CR_SET_TR_DEQUEUE:
|
||||||
fprintf(stderr, "%s: CR_SET_TR_DEQUEUE\n", __func__);
|
|
||||||
slotid = xhci_get_slot(xhci, &event, &trb);
|
slotid = xhci_get_slot(xhci, &event, &trb);
|
||||||
if (slotid) {
|
if (slotid) {
|
||||||
unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT)
|
unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT)
|
||||||
|
|
Loading…
Reference in New Issue