git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Salvatore Benedetto 2007-11-10 18:36:56 +00:00
parent 79844706c2
commit e3677c6d3c

View File

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