summaryrefslogtreecommitdiff
path: root/hw/usb/hcd-xhci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2013-04-05 13:56:53 +0200
committerGerd Hoffmann <kraxel@redhat.com>2013-04-16 11:59:08 +0200
commit94ae9eece7c8192170a4159804e152fa32e9eacf (patch)
treeb7501614842432c004e48fc45a3af25fb11bd28d /hw/usb/hcd-xhci.c
parent7598b41cfa13b2469b9411eee237a5c551e0ffaf (diff)
downloadqemu-94ae9eece7c8192170a4159804e152fa32e9eacf.tar.gz
xhci: remove leftover debug printf
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb/hcd-xhci.c')
-rw-r--r--hw/usb/hcd-xhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index efd4b0dbde..c0dbc54e1a 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -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)