|
@@ -472,7 +472,7 @@ cper_estatus_print_section(const char *pfx, struct acpi_hest_generic_data *gdata
|
|
|
else
|
|
|
goto err_section_too_small;
|
|
|
#if defined(CONFIG_ARM64) || defined(CONFIG_ARM)
|
|
|
- } else if (!uuid_le_cmp(*sec_type, CPER_SEC_PROC_ARM)) {
|
|
|
+ } else if (guid_equal(sec_type, &CPER_SEC_PROC_ARM)) {
|
|
|
struct cper_sec_proc_arm *arm_err = acpi_hest_get_payload(gdata);
|
|
|
|
|
|
printk("%ssection_type: ARM processor error\n", newpfx);
|