mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +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:
@@ -848,7 +848,9 @@ CHubController::HandleBulkOrInterruptTransfer(
|
||||
ASSERT(m_PendingSCEIrp == NULL);
|
||||
if (QueryStatusChangeEndpoint(Irp))
|
||||
{
|
||||
StatusChangeEndpointCallBack(this);
|
||||
//
|
||||
// We've seen a change already, so return immediately
|
||||
//
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user