From: Bjorn Helgaas Date: Fri, 13 Dec 2013 22:42:53 +0000 (-0700) Subject: PCI/AER: Consolidate HEST error source parsers X-Git-Tag: v3.14-rc1~132^2~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3620437a73b0ba68bac9c4e8d0fc9b809efca521;p=pandora-kernel.git PCI/AER: Consolidate HEST error source parsers aer_hest_parse() and aer_hest_parse_aff() are almost identical. We use aer_hest_parse() to check the ACPI_HEST_FIRMWARE_FIRST flag for a specific device, and we use aer_hest_parse_aff() to check to see if any device sets the flag. This drops aer_hest_parse_aff() and enhances aer_hest_parse() so it collects the union of the PCIe ACPI_HEST_FIRMWARE_FIRST flag settings when no specific device is supplied. No functional change. Signed-off-by: Bjorn Helgaas Reviewed-by: Betty Dall --- Reading git-diff-tree failed