]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix the invalid return code for OemHookStatusCodeLibNull library instance.
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Aug 2007 03:32:27 +0000 (03:32 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 30 Aug 2007 03:32:27 +0000 (03:32 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3737 6f19259b-4bc3-4df7-8a09-765794883524

IntelFrameworkModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.c
MdePkg/Library/UefiLib/UefiNotTiano.c

index deaccfac4eaa1191a3b6aaca5aad407808ec3448..76a1bd76135342656af49bf3c7a2e98cb1e67468 100644 (file)
@@ -57,7 +57,7 @@ OemHookStatusCodeInitialize (
 \r
   @param  Data          This optional parameter may be used to pass additional data\r
  \r
-  @return               The function always return EFI_UNSUPPORTED.\r
+  @return               The function always return EFI_SUCCESS.\r
 \r
 **/\r
 EFI_STATUS\r
@@ -70,6 +70,6 @@ OemHookStatusCodeReport (
   IN EFI_STATUS_CODE_DATA     *Data      OPTIONAL\r
   )\r
 {\r
-  return EFI_UNSUPPORTED;\r
+  return EFI_SUCCESS;\r
 }\r
 \r
index f51a16cb7e7a2a648bddd7c557c97f24b2a9f880..19a7a19a22f936028ec5a4bf3692be0411199801 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Library functions that abstract areas of conflict between Tiano an UEFI 2.0.\r
 \r
-  Help Port Framework/Tinao code that has conflicts with UEFI 2.0 by hiding the\r
+  Help Port Framework/Tiano code that has conflicts with UEFI 2.0 by hiding the\r
   oldconflicts with library functions and supporting implementations of the old\r
   (EDK/EFI 1.10) and new (EDK II/UEFI 2.0) way. This module is a DXE driver as\r
   it contains DXE enum extensions for EFI event services.\r