summaryrefslogtreecommitdiff
path: root/hw/usb-uhci.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-02-27 16:41:57 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-03-07 12:28:04 +0100
commit7c308b7e38812b49e3e9eccdb74b01989cdf7b78 (patch)
tree01fa33276bcf316e283d31986d8c56dabbf44a89 /hw/usb-uhci.c
parentd61000a8b1d99c5155440b727ea32f12a4988120 (diff)
downloadqemu-7c308b7e38812b49e3e9eccdb74b01989cdf7b78.tar.gz
uhci_fill_queue: zap debug printf
Diffstat (limited to 'hw/usb-uhci.c')
-rw-r--r--hw/usb-uhci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb-uhci.c b/hw/usb-uhci.c
index 2c6ed38608..304b84b831 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);