Commit 94ae9eec authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

xhci: remove leftover debug printf



Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent 7598b41c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2526,7 +2526,6 @@ static void xhci_process_commands(XHCIState *xhci)
            }
            break;
        case CR_SET_TR_DEQUEUE:
            fprintf(stderr, "%s: CR_SET_TR_DEQUEUE\n", __func__);
            slotid = xhci_get_slot(xhci, &event, &trb);
            if (slotid) {
                unsigned int epid = (trb.control >> TRB_CR_EPID_SHIFT)