cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()
authorDave Jiang <dave.jiang@intel.com>
Mon, 13 Feb 2023 20:28:42 +0000 (13:28 -0700)
committerDan Williams <dan.j.williams@intel.com>
Tue, 14 Feb 2023 22:05:30 +0000 (14:05 -0800)
commit1922a6dc0502ed3fd0786f57cc9e5f515c902009
treeab7f5fbfffe5dda89401c41193b34fff67d13771
parentaf73370dcbe584f44168872b0bacac899f3c48f2
cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()

With this [1] commit upstream, pci_enable_pci_error_report() is no longer
necessary for the driver to call. Remove call and related cleanups.

[1]: f26e58bf6f54 ("PCI/AER: Enable error reporting when AER is native")

Signed-off-by: Dave Jiang <dave.jiang@intel.com>
Link: https://lore.kernel.org/r/167632012093.4153151.5360778069735064322.stgit@djiang5-mobl3.local
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/cxl/pci.c