]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL path
authorOza Pawandeep <poza@codeaurora.org>
Thu, 19 Jul 2018 22:58:07 +0000 (17:58 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 20 Jul 2018 20:27:10 +0000 (15:27 -0500)
commit65f8a62a21ce953e9393938d6c97d64654fa861a
tree010dccca1c0e7470b96ee9db6e28974c21cc1bcf
parentc3f4047c478535c0f039e1101ae1cc828bb47249
PCI/AER: Remove ERR_FATAL code from ERR_NONFATAL path

broadcast_error_message() is only used for ERR_NONFATAL events, when the
state is always pci_channel_io_normal, so remove the unused alternate path.

Signed-off-by: Oza Pawandeep <poza@codeaurora.org>
[bhelgaas: changelog]
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/err.c