diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2013-03-20 11:42:51 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2013-04-03 09:55:49 +0200 |
commit | 61803996def82a05d8634dd9087f1712d04863fc (patch) | |
tree | 415a1bde6ca8792db1959e29c6c3582aa4fec86a /hw/usb/hcd-xhci.c | |
parent | c94a7c6979cafa7a71f32b35e0ff71ed00c61a89 (diff) |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index 9d06c51f9c..382ac8825b 100644 --- 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; |