[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH 01/10] xhci: remove leftover debug printf
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PATCH 01/10] xhci: remove leftover debug printf |
Date: |
Wed, 28 Aug 2013 14:42:57 +0200 |
Signed-off-by: Gerd Hoffmann <address@hidden>
---
hw/usb/hcd-xhci.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
index be6b86e..57c06e7 100644
--- a/hw/usb/hcd-xhci.c
+++ b/hw/usb/hcd-xhci.c
@@ -1164,8 +1164,6 @@ static XHCIStreamContext *xhci_find_stream(XHCIEPContext
*epctx,
if (sctx->sct == -1) {
xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx));
- fprintf(stderr, "%s: init sctx #%d @ " DMA_ADDR_FMT ": %08x %08x\n",
- __func__, streamid, sctx->pctx, ctx[0], ctx[1]);
sct = (ctx[0] >> 1) & 0x07;
if (epctx->lsa && sct != 1) {
*cc_error = CC_INVALID_STREAM_TYPE_ERROR;
--
1.8.3.1
- [Qemu-devel] [PATCH 00/10] usb: a bunch of bugfixes., Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 01/10] xhci: remove leftover debug printf,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 02/10] xhci: add tracepoint for endpoint state changes, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 04/10] xhci: fix endpoint interval calculation, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 08/10] usb: parallelize usb3 streams, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 06/10] xhci: reset port when disabling slot, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 03/10] xhci: add port to slot_address tracepoint, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 07/10] uas: add property for request logging, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 05/10] xhci: emulate intr endpoint intervals correctly, Gerd Hoffmann, 2013/08/28
- [Qemu-devel] [PATCH 10/10] Revert "usb-hub: report status changes only once", Gerd Hoffmann, 2013/08/28