From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2t3-00061l-Gl for qemu-devel@nongnu.org; Tue, 16 Apr 2013 06:13:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1US2sy-0003cJ-MZ for qemu-devel@nongnu.org; Tue, 16 Apr 2013 06:13:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1US2sy-0003bz-Ep for qemu-devel@nongnu.org; Tue, 16 Apr 2013 06:13:12 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r3GADBHL013711 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 16 Apr 2013 06:13:12 -0400 From: Gerd Hoffmann Date: Tue, 16 Apr 2013 12:13:05 +0200 Message-Id: <1366107190-30853-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1366107190-30853-1-git-send-email-kraxel@redhat.com> References: <1366107190-30853-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 2/7] xhci: remove leftover debug printf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- hw/usb/hcd-xhci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/usb/hcd-xhci.c b/hw/usb/hcd-xhci.c index efd4b0d..c0dbc54 100644 --- 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) -- 1.7.9.7