]> git.proxmox.com Git - mirror_edk2.git/commit - QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c
QuarkPlatformPkg: fix ASSERT_EFI_ERROR() typos
authorLaszlo Ersek <lersek@redhat.com>
Tue, 28 Jun 2016 11:47:52 +0000 (13:47 +0200)
committerLaszlo Ersek <lersek@redhat.com>
Thu, 30 Jun 2016 11:08:14 +0000 (13:08 +0200)
commit74e00be5c0cace9a6556f4bc9b5db70efb1d869e
treec81cea053a281840beb36a8057222809635d4b7c
parentbb7a152c2cea9dcdc533507c22a8c20dcb85c123
QuarkPlatformPkg: fix ASSERT_EFI_ERROR() typos

A number of code locations use

  ASSERT_EFI_ERROR (BooleanExpression)

instead of

  ASSERT (BooleanExpression)

Fix them.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Kelly Steele <kelly.steele@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/AcpiPlatform.c
QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/MadtPlatform.c
QuarkPlatformPkg/Library/PlatformHelperLib/PlatformHelperDxe.c
QuarkPlatformPkg/Platform/Pei/PlatformInit/MrcWrapper.c