Commit 4f9cc734 authored by Gerd Hoffmann's avatar Gerd Hoffmann
Browse files

xhci: switch debug printf to tracepoint



Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
parent cc03ff9d
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2038,9 +2038,7 @@ static int xhci_submit(XHCIState *xhci, XHCITransfer *xfer, XHCIEPContext *epctx
        }
        break;
    default:
        fprintf(stderr, "xhci: unknown or unhandled EP "
                "(type %d, in %d, ep %02x)\n",
                epctx->type, xfer->in_xfer, xfer->epid);
        trace_usb_xhci_unimplemented("endpoint type", epctx->type);
        return -1;
    }