From: Gerd Hoffmann Date: Fri, 5 Apr 2013 11:56:53 +0000 (+0200) Subject: xhci: remove leftover debug printf X-Git-Tag: v1.5.0-rc0~249^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=94ae9eece7c8192170a4159804e152fa32e9eacf;p=thirdparty%2Fqemu.git xhci: remove leftover debug printf Signed-off-by: Gerd Hoffmann --- diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index efd4b0dbdea..c0dbc54e1a8 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)