summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
index a477ad488d..94ba501896 100644
--- a/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
+++ b/MdeModulePkg/Core/Dxe/FwVol/FwVolRead.c
@@ -148,7 +148,7 @@ Returns:
//
// File type needs to be in 0 - 0x0B
//
- return EFI_INVALID_PARAMETER;
+ return EFI_NOT_FOUND;
}
KeyValue = (UINTN *)Key;