OSDN Git Service

uhci_fill_queue: zap debug printf
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 15:41:57 +0000 (16:41 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:04 +0000 (12:28 +0100)
hw/usb-uhci.c

index 2c6ed38..304b84b 100644 (file)
@@ -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);