提交 94ae9eec 编写于 作者: G Gerd Hoffmann

xhci: remove leftover debug printf

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 7598b41c
...@@ -2526,7 +2526,6 @@ static void xhci_process_commands(XHCIState *xhci) ...@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册