aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/apei
diff options
context:
space:
mode:
authorGravatar Tyler Baicar <tbaicar@codeaurora.org> 2016-09-14 15:14:45 -0600
committerGravatar Bjorn Helgaas <bhelgaas@google.com> 2016-09-20 14:35:59 -0500
commit95c35491f663962e476179076d24d0d2c45a8fb5 (patch)
treeb0f52b2559fcd4dfda769a49db3b1a91fb8499b6 /drivers/acpi/apei
parentPCI/AER: Remove aerdriver.forceload kernel parameter (diff)
downloadlinux-95c35491f663962e476179076d24d0d2c45a8fb5.tar.gz
linux-95c35491f663962e476179076d24d0d2c45a8fb5.tar.bz2
linux-95c35491f663962e476179076d24d0d2c45a8fb5.zip
PCI/AER: Remove duplicate AER severity translation
Currently the AER severity is being translated twice in the code flow for PCIe errors. It is first translated in ghes_do_proc() before calling into the AER driver. Then it is translated again when the AER driver calls cper_print_aer(). This causes the severity that is used in cper_print_aer() to be incorrect. Remove the second translation that is in cper_print_aer() since this function is already receiving the correct AER severity. Signed-off-by: Tyler Baicar <tbaicar@codeaurora.org> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Reviewed-by: Borislav Petkov <bp@suse.de>
Diffstat (limited to 'drivers/acpi/apei')
0 files changed, 0 insertions, 0 deletions