mirror of
https://github.com/qemu/qemu.git
synced 2025-08-09 01:50:43 +00:00
uhci_fill_queue: zap debug printf
This commit is contained in:
parent
d61000a8b1
commit
7c308b7e38
@ -951,7 +951,6 @@ static void uhci_fill_queue(UHCIState *s, UHCI_TD *td)
|
|||||||
UHCI_TD ptd;
|
UHCI_TD ptd;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
fprintf(stderr, "%s: -- %x\n", __func__, token);
|
|
||||||
while (is_valid(plink)) {
|
while (is_valid(plink)) {
|
||||||
pci_dma_read(&s->dev, plink & ~0xf, &ptd, sizeof(ptd));
|
pci_dma_read(&s->dev, plink & ~0xf, &ptd, sizeof(ptd));
|
||||||
le32_to_cpus(&ptd.link);
|
le32_to_cpus(&ptd.link);
|
||||||
|
Loading…
Reference in New Issue
Block a user