mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ibft: Use IBFT_SIGN instead of open-coding the search string.
We define IBFT_SIGN to "iBFT"; may as well use it. Signed-off-by: Konrad Rzeszutek Wilk <konrad@kernel.org> Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
b33a84a384
commit
57a5f3c99c
@ -100,7 +100,7 @@ unsigned long __init find_ibft_region(unsigned long *sizep)
|
||||
if (!ibft_addr)
|
||||
acpi_table_parse(ACPI_SIG_IBFT, acpi_find_ibft);
|
||||
if (!ibft_addr)
|
||||
acpi_table_parse("iBFT", acpi_find_ibft);
|
||||
acpi_table_parse(IBFT_SIGN, acpi_find_ibft);
|
||||
#endif /* CONFIG_ACPI */
|
||||
|
||||
/* iBFT 1.03 section 1.4.3.1 mandates that UEFI machines will
|
||||
|
Loading…
Reference in New Issue
Block a user