Message ID | 20221115031315.1667355-1-LeoLiu-oc@zhaoxin.com (mailing list archive) |
---|---|
State | Handled Elsewhere, archived |
Headers | show |
Series | Parse the PCIe AER and set to relevant registers | expand |
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index b66fa42c4b1f..02bf9180e96d 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c @@ -2263,6 +2263,7 @@ static void pci_configure_device(struct pci_dev *dev) pci_configure_serr(dev); pci_acpi_program_hp_params(dev); + pci_acpi_program_hest_aer_params(dev); } static void pci_release_capabilities(struct pci_dev *dev)