]> git.proxmox.com Git - mirror_edk2.git/commit
Vlv2TbltDevicePkg: 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)
commit2bfd84ed45b2b66bdabac059df9db3404912dd28
tree17a34417cee106699b796b2c168fb91301172368
parentef3e20e3ca77204d69e741c720e0552d822ded0f
Vlv2TbltDevicePkg: fix ASSERT_EFI_ERROR() typos

A number of code locations use

  ASSERT_EFI_ERROR (BooleanExpression)

instead of

  ASSERT (BooleanExpression)

Fix them.

Cc: David Wei <david.wei@intel.com>
Cc: Tim He <tim.he@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: David Wei <david.wei@intel.com>
Vlv2TbltDevicePkg/FvbRuntimeDxe/FvbService.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/BoardClkGens.c
Vlv2TbltDevicePkg/Library/MultiPlatformLib/PlatformInfoHob.c