Skip to content

Commit

Permalink
ibft: Use IBFT_SIGN instead of open-coding the search string.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Peter Jones authored and Konrad Rzeszutek Wilk committed May 12, 2010
1 parent b33a84a commit 57a5f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/firmware/iscsi_ibft_find.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57a5f3c

Please sign in to comment.