mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[USBEHCI]: Fix a wrong DPRINT string (caught by Thomas).
svn path=/trunk/; revision=70526
This commit is contained in:
@@ -950,7 +950,7 @@ CUSBRequest::BuildControlTransferQueueHead(
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
// 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
|
||||
m_DmaManager->Release(StatusDescriptor, sizeof(QUEUE_TRANSFER_DESCRIPTOR));
|
||||
|
||||
Reference in New Issue
Block a user