From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GYu-0005YH-Cj for qemu-devel@nongnu.org; Wed, 07 Mar 2012 08:05:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5GYa-0008Fa-Ll for qemu-devel@nongnu.org; Wed, 07 Mar 2012 08:05:47 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1895) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5GYa-0008EX-Dx for qemu-devel@nongnu.org; Wed, 07 Mar 2012 08:05:28 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q27D5Rla010245 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Mar 2012 08:05:27 -0500 From: Gerd Hoffmann Date: Wed, 7 Mar 2012 14:05:14 +0100 Message-Id: <1331125520-13467-15-git-send-email-kraxel@redhat.com> In-Reply-To: <1331125520-13467-1-git-send-email-kraxel@redhat.com> References: <1331125520-13467-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 14/20] uhci_fill_queue: zap debug printf List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann --- hw/usb-uhci.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c index 2c6ed38..304b84b 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -951,7 +951,6 @@ static void uhci_fill_queue(UHCIState *s, UHCI_TD *td) UHCI_TD ptd; int ret; - fprintf(stderr, "%s: -- %x\n", __func__, token); while (is_valid(plink)) { pci_dma_read(&s->dev, plink & ~0xf, &ptd, sizeof(ptd)); le32_to_cpus(&ptd.link); -- 1.7.1