xhci: switch debug printf to tracepoint

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
Gerd Hoffmann 2014-02-06 13:06:38 +01:00
parent cc03ff9d0a
commit 4f9cc73422
1 changed files with 1 additions and 3 deletions

View File

@ -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;
} }