diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-27 16:41:57 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-03-07 12:28:04 +0100 |
commit | 7c308b7e38812b49e3e9eccdb74b01989cdf7b78 (patch) | |
tree | 01fa33276bcf316e283d31986d8c56dabbf44a89 /hw | |
parent | d61000a8b1d99c5155440b727ea32f12a4988120 (diff) | |
download | qemu-7c308b7e38812b49e3e9eccdb74b01989cdf7b78.zip qemu-7c308b7e38812b49e3e9eccdb74b01989cdf7b78.tar.gz qemu-7c308b7e38812b49e3e9eccdb74b01989cdf7b78.tar.bz2 |
uhci_fill_queue: zap debug printf
Diffstat (limited to 'hw')
-rw-r--r-- | 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); |