* ups :)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22875 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
79844706c2
commit
e3677c6d3c
@ -537,7 +537,7 @@ OHCI::_AllocateEndpoint()
|
|||||||
//Allocate memory chunk
|
//Allocate memory chunk
|
||||||
if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress,
|
if (fStack->AllocateChunk((void **)&endpoint, &physicalAddress,
|
||||||
sizeof(ohci_endpoint_descriptor)) < B_OK) {
|
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;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user