projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c94a7c6
)
xhci: remove leftover debug printf
author
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 20 Mar 2013 10:42:51 +0000
(11:42 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 3 Apr 2013 07:55:49 +0000
(09:55 +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 9d06c51f9c598665b9744e223a8f9390700638fb..382ac8825b70c00c6b721f02c98e0d9f314557d3 100644
(file)
--- a/
hw/usb/hcd-xhci.c
+++ b/
hw/usb/hcd-xhci.c
@@
-1172,8
+1172,6
@@
static void xhci_set_ep_state(XHCIState *xhci, XHCIEPContext *epctx,
uint32_t ctx[5];
uint32_t ctx2[2];
- fprintf(stderr, "%s: epid %d, state %d\n",
- __func__, epctx->epid, state);
xhci_dma_read_u32s(xhci, epctx->pctx, ctx, sizeof(ctx));
ctx[0] &= ~EP_STATE_MASK;
ctx[0] |= state;