Added missing function exit trace

This commit is contained in:
Benjamin Höglinger
2018-05-13 14:25:46 +02:00
parent e14d9857cc
commit d6a2d1c31e

View File

@@ -556,4 +556,6 @@ Bus_PdoStageResult(
}
WdfSpinLockRelease(pFdoData->PendingPluginRequestsLock);
}
TraceEvents(TRACE_LEVEL_INFORMATION, TRACE_DRIVER, "%!FUNC! Exit");
}