X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellAcpiViewCommandLib%2FUefiShellAcpiViewCommandLib.c;h=245700a2534552d9786ecb109dc1b3c9fa793495;hp=c2f40009eeb9b3ac401b481b283f5803797e8261;hb=7343bc8062c893ed6d40b25a9329d51340e0d703;hpb=e6f958d15d710da19dca3fb38943d83f1b3532d6 diff --git a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c index c2f40009ee..245700a253 100644 --- a/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c +++ b/ShellPkg/Library/UefiShellAcpiViewCommandLib/UefiShellAcpiViewCommandLib.c @@ -66,6 +66,7 @@ RegisterAllParsers ( EFI_STATUS Status; UINTN Count; + Status = EFI_SUCCESS; Count = sizeof (ParserList) / sizeof (ParserList[0]); while (Count-- != 0) {