mirror of https://github.com/xemu-project/xemu.git
xhci: switch debug printf to tracepoint
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
cc03ff9d0a
commit
4f9cc73422
|
@ -2038,9 +2038,7 @@ static int xhci_submit(XHCIState *xhci, XHCITransfer *xfer, XHCIEPContext *epctx
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
fprintf(stderr, "xhci: unknown or unhandled EP "
|
trace_usb_xhci_unimplemented("endpoint type", epctx->type);
|
||||||
"(type %d, in %d, ep %02x)\n",
|
|
||||||
epctx->type, xfer->in_xfer, xfer->epid);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue