hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/infiniband/hw/qib/qib_pcie.c
....@@ -145,7 +145,7 @@
145145 addr = pci_resource_start(pdev, 0);
146146 len = pci_resource_len(pdev, 0);
147147
148
- dd->kregbase = ioremap_nocache(addr, len);
148
+ dd->kregbase = ioremap(addr, len);
149149 if (!dd->kregbase)
150150 return -ENOMEM;
151151
....@@ -387,7 +387,7 @@
387387
388388 static int qib_pcie_coalesce;
389389 module_param_named(pcie_coalesce, qib_pcie_coalesce, int, S_IRUGO);
390
-MODULE_PARM_DESC(pcie_coalesce, "tune PCIe colescing on some Intel chipsets");
390
+MODULE_PARM_DESC(pcie_coalesce, "tune PCIe coalescing on some Intel chipsets");
391391
392392 /*
393393 * Enable PCIe completion and data coalescing, on Intel 5x00 and 7300
....@@ -597,7 +597,6 @@
597597 struct qib_devdata *dd = pci_get_drvdata(pdev);
598598
599599 qib_devinfo(pdev, "QIB resume function called\n");
600
- pci_cleanup_aer_uncorrect_error_status(pdev);
601600 /*
602601 * Running jobs will fail, since it's asynchronous
603602 * unlike sysfs-requested reset. Better than