mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 13:39:43 +00:00
[LIBUSB]
- Don't output spurious failure message "There was no pending IRP for SCE" if everything is fine. svn path=/trunk/; revision=63746
This commit is contained in:
parent
b665986eb6
commit
84fa6f66f3
1 changed files with 3 additions and 1 deletions
|
@ -848,7 +848,9 @@ CHubController::HandleBulkOrInterruptTransfer(
|
||||||
ASSERT(m_PendingSCEIrp == NULL);
|
ASSERT(m_PendingSCEIrp == NULL);
|
||||||
if (QueryStatusChangeEndpoint(Irp))
|
if (QueryStatusChangeEndpoint(Irp))
|
||||||
{
|
{
|
||||||
StatusChangeEndpointCallBack(this);
|
//
|
||||||
|
// We've seen a change already, so return immediately
|
||||||
|
//
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue