9ae3a8
From cac7f36f9ae8317a33bc353fd0c18275898526bb Mon Sep 17 00:00:00 2001
9ae3a8
From: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
Date: Fri, 11 Jul 2014 14:20:38 +0200
9ae3a8
Subject: [PATCH 05/43] xhci: remove leftover debug printf
9ae3a8
9ae3a8
Message-id: <1405088470-24115-6-git-send-email-kraxel@redhat.com>
9ae3a8
Patchwork-id: 59825
9ae3a8
O-Subject: [RHEL-7.1 qemu-kvm PATCH 05/37] xhci: remove leftover debug printf
9ae3a8
Bugzilla: 980833
9ae3a8
RH-Acked-by: Dr. David Alan Gilbert (git) <dgilbert@redhat.com>
9ae3a8
RH-Acked-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
RH-Acked-by: Laszlo Ersek <lersek@redhat.com>
9ae3a8
9ae3a8
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
9ae3a8
(cherry picked from commit 5219042274fa2f993c25202680eeaea42193389d)
9ae3a8
---
9ae3a8
 hw/usb/hcd-xhci.c | 2 --
9ae3a8
 1 file changed, 2 deletions(-)
9ae3a8
9ae3a8
Signed-off-by: Miroslav Rezanina <mrezanin@redhat.com>
9ae3a8
---
9ae3a8
 hw/usb/hcd-xhci.c | 2 --
9ae3a8
 1 file changed, 2 deletions(-)
9ae3a8
9ae3a8
diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c
9ae3a8
index 724c412..00623f9 100644
9ae3a8
--- a/hw/usb/hcd-xhci.c
9ae3a8
+++ b/hw/usb/hcd-xhci.c
9ae3a8
@@ -1167,8 +1167,6 @@ static XHCIStreamContext *xhci_find_stream(XHCIEPContext *epctx,
9ae3a8
 
9ae3a8
     if (sctx->sct == -1) {
9ae3a8
         xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx));
9ae3a8
-        fprintf(stderr, "%s: init sctx #%d @ " DMA_ADDR_FMT ": %08x %08x\n",
9ae3a8
-                __func__, streamid, sctx->pctx, ctx[0], ctx[1]);
9ae3a8
         sct = (ctx[0] >> 1) & 0x07;
9ae3a8
         if (epctx->lsa && sct != 1) {
9ae3a8
             *cc_error = CC_INVALID_STREAM_TYPE_ERROR;
9ae3a8
-- 
9ae3a8
1.8.3.1
9ae3a8