]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c
Vlv2TbltDevicePkg: fix ASSERT_EFI_ERROR() typos
[mirror_edk2.git] / Vlv2TbltDevicePkg / Library / MultiPlatformLib / PlatformInfoHob.c
index ebaaf40a165ea4c39ee62bf40dcfb1811c2050c7..9d77e86678fe699ad3c42ac83b694666f811c756 100644 (file)
@@ -49,7 +49,7 @@ GetPlatformInfoHob (
   //\r
   // PlatformInfo PEIM should provide this HOB data, if not ASSERT and return error.\r
   //\r
-  ASSERT_EFI_ERROR (*PlatformInfoHob != NULL);\r
+  ASSERT (*PlatformInfoHob != NULL);\r
   if (!(*PlatformInfoHob)) {\r
     return EFI_NOT_FOUND;\r
   }\r