mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 13:09:43 +00:00
[USBEHCI]: Fix a wrong DPRINT string (caught by Thomas).
svn path=/trunk/; revision=70526
This commit is contained in:
parent
4b3b08c1ca
commit
e28db0eef1
1 changed files with 1 additions and 1 deletions
|
@ -950,7 +950,7 @@ CUSBRequest::BuildControlTransferQueueHead(
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
// failed to create descriptor chain
|
// failed to create descriptor chain
|
||||||
DPRINT1("[EHCI] Failed to create status descriptor\n");
|
DPRINT1("[EHCI] Failed to create descriptor chain\n");
|
||||||
|
|
||||||
// release status transfer descriptor
|
// release status transfer descriptor
|
||||||
m_DmaManager->Release(StatusDescriptor, sizeof(QUEUE_TRANSFER_DESCRIPTOR));
|
m_DmaManager->Release(StatusDescriptor, sizeof(QUEUE_TRANSFER_DESCRIPTOR));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue