]> git.proxmox.com Git - mirror_edk2.git/commit
UefiCpuPkg: 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 15:27:38 +0000 (17:27 +0200)
commitef3e20e3ca77204d69e741c720e0552d822ded0f
treeac4ee7835274b23f148a7529f5aab8dc34a37a20
parent4a7518d31a0254e4065d308f091bd7bc16dc8dba
UefiCpuPkg: fix ASSERT_EFI_ERROR() typos

A number of code locations use

  ASSERT_EFI_ERROR (BooleanExpression)

instead of

  ASSERT (BooleanExpression)

Fix them.

Cc: Jeff Fan <jeff.fan@intel.com>
Reported-by: Gerd Hoffmann <kraxel@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
UefiCpuPkg/PiSmmCpuDxeSmm/X64/SmmProfileArch.c