diff --git a/src/add-ons/kernel/busses/usb/ohci.cpp b/src/add-ons/kernel/busses/usb/ohci.cpp index 14c6e9dd21..5c443fd7f0 100644 --- a/src/add-ons/kernel/busses/usb/ohci.cpp +++ b/src/add-ons/kernel/busses/usb/ohci.cpp @@ -537,7 +537,7 @@ OHCI::_AllocateEndpoint() //Allocate memory chunk if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress, sizeof(ohci_endpoint_descriptor)) < B_OK) { - TRACE_ERROR(("usb_uhci: failed to allocate endpoint descriptor\n")); + TRACE_ERROR(("usb_ohci: failed to allocate endpoint descriptor\n")); return NULL; }