summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c')
-rw-r--r--InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c b/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
index ba03261433..551b54332c 100644
--- a/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
+++ b/InOsEmuPkg/EmuSimpleFileSystemDxe/EmuSimpleFileSystem.c
@@ -489,6 +489,8 @@ EmuSimpleFileSystemOpenVolume (
EMU_EFI_FILE_PRIVATE *PrivateFile;
EFI_TPL OldTpl;
+ Status = EFI_UNSUPPORTED;
+
if (This == NULL || Root == NULL) {
return EFI_INVALID_PARAMETER;
}