diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2023-03-07 23:30:21 +0300 |
---|---|---|
committer | Jon Mason <jdmason@kudzu.us> | 2023-07-08 18:02:36 +0300 |
commit | cb2a6d17353452e893194ce1b4e2699fcb24b955 (patch) | |
tree | 8eadfdb0dd58145fec5a44e718997ee76da7bb6a /scripts/gdb/linux/vmalloc.py | |
parent | ce2188acad4a7356551ba1ef4a3fbc2b24da15a2 (diff) | |
download | linux-cb2a6d17353452e893194ce1b4e2699fcb24b955.tar.xz |
ntb: idt: drop redundant pci_enable_pcie_error_reporting()
pci_enable_pcie_error_reporting() enables the device to send ERR_*
Messages. Since f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is
native"), the PCI core does this for all devices during enumeration, so the
driver doesn't need to do it itself.
Remove the redundant pci_enable_pcie_error_reporting() call from the
driver. Also remove the corresponding pci_disable_pcie_error_reporting()
from the driver .remove() path.
Note that this only controls ERR_* Messages from the device. An ERR_*
Message may cause the Root Port to generate an interrupt, depending on the
AER Root Error Command register managed by the AER service driver.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Acked-by: Serge Semin <fancer.lancer@gmail.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'scripts/gdb/linux/vmalloc.py')
0 files changed, 0 insertions, 0 deletions