]> git.baikalelectronics.ru Git - kernel.git/commit
PCI/AER: Remove unused aer_error_resume()
authorKeith Busch <keith.busch@intel.com>
Tue, 18 Sep 2018 23:58:41 +0000 (17:58 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Mon, 8 Oct 2018 17:18:11 +0000 (12:18 -0500)
commit0463f46787a442da4cf4cf4f0e413d7705d3ba4f
treed40faa54736379a5c217165d2eafa0e4ee2609b8
parent0c47f9635108ade217d8998478fb605c2d3ee8b6
PCI/AER: Remove unused aer_error_resume()

The error recovery callbacks are only run on child devices.  A Root Port is
never a child device, so this error resume callback was never invoked.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
drivers/pci/pcie/aer.c