Merge branch 'acpica'
* acpica: ACPICA: Update version to 20190405 ACPICA: Namespace: add check to avoid null pointer dereference ACPICA: Update version to 20190329 ACPICA: utilities: fix spelling of PCC to platform_comm_channel ACPICA: Rename nameseg length macro/define for clarity ACPICA: Rename nameseg compare macro for clarity ACPICA: Rename nameseg copy macro for clarity
This commit is contained in:
@@ -276,7 +276,7 @@ static unsigned long get_acpi_srat_table(void)
|
||||
if (acpi_table) {
|
||||
header = (struct acpi_table_header *)acpi_table;
|
||||
|
||||
if (ACPI_COMPARE_NAME(header->signature, ACPI_SIG_SRAT))
|
||||
if (ACPI_COMPARE_NAMESEG(header->signature, ACPI_SIG_SRAT))
|
||||
return acpi_table;
|
||||
}
|
||||
entry += size;
|
||||
|
Reference in New Issue
Block a user