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>
This commit is contained in:
@@ -218,7 +218,7 @@ MadtTableInitialize (
|
||||
//ASSERT (NumberOfCPUs <= 2 && NumberOfCPUs > 0);
|
||||
MadtSize = GetAcutalMadtTableSize (&MadtConfigData, NumberOfCPUs);
|
||||
Madt = (EFI_ACPI_2_0_MULTIPLE_APIC_DESCRIPTION_TABLE_HEADER *)AllocateZeroPool (MadtSize);
|
||||
ASSERT_EFI_ERROR (Madt);
|
||||
ASSERT (Madt != NULL);
|
||||
//
|
||||
// Initialize MADT Header information
|
||||
//
|
||||
|
Reference in New Issue
Block a user