sys: silo: FspSiloPostInitialize

This commit is contained in:
Bill Zissimopoulos
2022-09-27 19:55:08 +01:00
parent 6c6dd8abcc
commit a3765d6360
4 changed files with 28 additions and 6 deletions

View File

@ -150,6 +150,10 @@ NTSTATUS DriverEntry(
goto exit;
InitDoneDevices = TRUE;
Result = FspSiloPostInitialize();
if (!NT_SUCCESS(Result))
goto exit;
Result = STATUS_SUCCESS;
exit: