commit | 2458d66b245e39786bc5b51062e6d30aa5ad0282 | [log] [tgz] |
---|---|---|
author | Tyler Baicar <tbaicar@codeaurora.org> | Wed Sep 14 15:14:46 2016 -0600 |
committer | Bjorn Helgaas <bhelgaas@google.com> | Tue Sep 20 14:36:59 2016 -0500 |
tree | 21c068d1cf7e24e15117859b36017d209192c43a | |
parent | 95c35491f663962e476179076d24d0d2c45a8fb5 [diff] |
ACPI / APEI: Send correct severity to calculate AER severity Currently the AER severity is calculated by calling cper_severity_to_aer(), but the parameter sent is actually the GHES severity. This causes the AER severity to be incorrect. Fix the parameter to be the CPER severity instead of the GHES severity. Signed-off-by: Tyler Baicar <tbaicar@codeaurora.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Borislav Petkov <bp@suse.de>