mbox series

[0/2] PCI/AER: Remove redundant Device Control Error Reporting Enable

Message ID 20230307193211.874747-1-helgaas@kernel.org (mailing list archive)
Headers show
Series PCI/AER: Remove redundant Device Control Error Reporting Enable | expand

Message

Bjorn Helgaas March 7, 2023, 7:32 p.m. UTC
From: Bjorn Helgaas <bhelgaas@google.com>

Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native"),
which appeared in v6.0, the PCI core has enabled PCIe error reporting for
all devices during enumeration.

Remove driver code to do this.

Bjorn Helgaas (2):
  IB/hfi1: Drop redundant pci_enable_pcie_error_reporting()
  IB/qib: Drop redundant pci_enable_pcie_error_reporting()

 drivers/infiniband/hw/hfi1/pcie.c    | 2 --
 drivers/infiniband/hw/qib/qib_pcie.c | 8 --------
 2 files changed, 10 deletions(-)