sys: FSP_ENTER_MJ, FSP_LEAVE_MJ

This commit is contained in:
Bill Zissimopoulos
2015-11-19 15:59:03 -08:00
parent 7c372f9eab
commit 9045db1026
18 changed files with 217 additions and 68 deletions

View File

@ -100,7 +100,7 @@ DriverEntry(
*/
IoRegisterFileSystem(FspFileSystemDeviceObject);
FSP_LEAVE("DriverObject->DriverName=\"%wZ\", RegistryPath=\"%wZ\"",
FSP_LEAVE("DriverName=\"%wZ\", RegistryPath=\"%wZ\"",
&DriverObject->DriverName, RegistryPath);
}
@ -116,7 +116,7 @@ FspUnload(
FspFileSystemDeviceObject = 0;
}
FSP_LEAVE_VOID("DriverObject->DriverName=\"%wZ\"",
FSP_LEAVE_VOID("DriverName=\"%wZ\"",
&DriverObject->DriverName);
}