--- 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 70e3881..29cb2d8 100644 --- a/hw/usb-uhci.c +++ b/hw/usb-uhci.c @@ -950,7 +950,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