IB/qib: Don't mark VL15 bufs as WC to avoid a rare 7322 chip problem
[pandora-kernel.git] / drivers / infiniband / hw / qib / qib_pcie.c
index c926bf4..7fa6e55 100644 (file)
@@ -179,6 +179,8 @@ void qib_pcie_ddcleanup(struct qib_devdata *dd)
                iounmap(dd->piobase);
        if (dd->userbase)
                iounmap(dd->userbase);
+       if (dd->piovl15base)
+               iounmap(dd->piovl15base);
 
        pci_disable_device(dd->pcidev);
        pci_release_regions(dd->pcidev);