diff options
author | Bjorn Helgaas <[email protected]> | 2023-03-07 12:19:29 -0600 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-03-08 23:34:39 -0800 |
commit | c39abdd396bc2b299798e8422538806a8dc29d20 (patch) | |
tree | 39d525a2d3ef9f005b2795fd790801e967cbfa6f /tools/perf/scripts/python/intel-pt-events.py | |
parent | ecded61ceb89880f0b0490a168d18c9845b60eb3 (diff) |
sfc_ef100: Drop redundant pci_disable_pcie_error_reporting()
51b35a454efd ("sfc: skeleton EF100 PF driver") added a call to
pci_disable_pcie_error_reporting() in ef100_pci_remove().
Remove this call since there's no apparent reason to disable error
reporting when it was not previously enabled.
Note that since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is
native"), the PCI core enables PCIe error reporting for all devices during
enumeration, so the driver doesn't need to do it itself.
Signed-off-by: Bjorn Helgaas <[email protected]>
Cc: Martin Habets <[email protected]>
Acked-by: Edward Cree <[email protected]>
Acked-by: Jesse Brandeburg <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions