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: David Wei <david.wei@intel.com> Reviewed-by: Giri P Mudusuru <giri.p.mudusuru@intel.com>
This commit is contained in:
@@ -154,7 +154,7 @@ FvbGetVolumeAttributes (
|
||||
|
||||
@return EFI_FVB_ATTRIBUTES_2 of the FV identified by Instance.
|
||||
|
||||
**/
|
||||
**/
|
||||
STATIC
|
||||
EFI_FVB_ATTRIBUTES_2
|
||||
FvbGetVolumeAttributes (
|
||||
@@ -208,7 +208,7 @@ FvbGetLbaAddress (
|
||||
EFI_LBA NextLba;
|
||||
EFI_FW_VOL_INSTANCE *FwhInstance;
|
||||
EFI_FV_BLOCK_MAP_ENTRY *BlockMap = NULL;
|
||||
|
||||
|
||||
//
|
||||
// Find the right instance of the FVB private data.
|
||||
//
|
||||
@@ -512,7 +512,7 @@ FvbSetVolumeAttributes (
|
||||
EFI_FVB_ATTRIBUTES_2 OldAttributes = 0;
|
||||
EFI_FVB_ATTRIBUTES_2 *AttribPtr = NULL;
|
||||
EFI_FVB_ATTRIBUTES_2 UnchangedAttributes;
|
||||
UINT32 Capabilities;
|
||||
UINT32 Capabilities;
|
||||
UINT32 OldStatus, NewStatus;
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user