projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d61000a
)
uhci_fill_queue: zap debug printf
author
Gerd Hoffmann
<kraxel@redhat.com>
Mon, 27 Feb 2012 15:41:57 +0000
(16:41 +0100)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 7 Mar 2012 11:28:04 +0000
(12:28 +0100)
hw/usb-uhci.c
patch
|
blob
|
history
diff --git
a/hw/usb-uhci.c
b/hw/usb-uhci.c
index 2c6ed38608b088c25d8516cfeae06cd1bfcc2c10..304b84b831f75a35bdd7b60dd01a1ce80629ef12 100644
(file)
--- 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);