- 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:
Thomas Faber 2014-07-28 12:22:35 +00:00
parent b665986eb6
commit 84fa6f66f3

View file

@ -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;
}