projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7598b41
)
xhci: remove leftover debug printf
author
Gerd Hoffmann
<kraxel@redhat.com>
Fri, 5 Apr 2013 11:56:53 +0000
(13:56 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Tue, 16 Apr 2013 09:59:08 +0000
(11:59 +0200)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb/hcd-xhci.c
patch
|
blob
|
history
diff --git
a/hw/usb/hcd-xhci.c
b/hw/usb/hcd-xhci.c
index efd4b0dbdea0d4a5f0938aa50faec4faba07b78c..c0dbc54e1a8c6f8f7dd9c23db52db492e024735a 100644
(file)
--- 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)