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

Bjorn Helgaas posted 2 patches 3 years, 1 month ago
There is a newer version of this series
drivers/dma/idxd/init.c | 1 -
drivers/dma/ioat/init.c | 6 ------
2 files changed, 7 deletions(-)
[PATCH 0/2] PCI/AER: Remove redundant Device Control Error Reporting Enable
Posted by Bjorn Helgaas 3 years, 1 month ago
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 and remove unnecessary includes of
<linux/aer.h>.

Bjorn Helgaas (2):
  dmaengine: ioat: Drop redundant pci_enable_pcie_error_reporting()
  dmaengine: idxd: Remove unnecessary aer.h include

 drivers/dma/idxd/init.c | 1 -
 drivers/dma/ioat/init.c | 6 ------
 2 files changed, 7 deletions(-)

-- 
2.25.1
Re: [PATCH 0/2] PCI/AER: Remove redundant Device Control Error Reporting Enable
Posted by Vinod Koul 3 years ago
On 07-03-23, 13:26, Bjorn Helgaas wrote:
> 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 and remove unnecessary includes of
> <linux/aer.h>.

Applied, thanks

-- 
~Vinod