PCI/MSI: Rename mask/unmask_msi_irq treewide
[deliverable/linux.git] / drivers / pci / host / pci-keystone-dw.c
index ac3d08c4277018ce8539d4fcbe7d552213bba497..313338db0e43b858d83345773471a5773532c1fc 100644 (file)
@@ -155,7 +155,7 @@ static void ks_dw_pcie_msi_irq_mask(struct irq_data *d)
        /* Mask the end point if PVM implemented */
        if (IS_ENABLED(CONFIG_PCI_MSI)) {
                if (msi->msi_attrib.maskbit)
-                       mask_msi_irq(d);
+                       pci_msi_mask_irq(d);
        }
 
        ks_dw_pcie_msi_clear_irq(pp, offset);
@@ -177,7 +177,7 @@ static void ks_dw_pcie_msi_irq_unmask(struct irq_data *d)
        /* Mask the end point if PVM implemented */
        if (IS_ENABLED(CONFIG_PCI_MSI)) {
                if (msi->msi_attrib.maskbit)
-                       unmask_msi_irq(d);
+                       pci_msi_unmask_irq(d);
        }
 
        ks_dw_pcie_msi_set_irq(pp, offset);
This page took 0.023537 seconds and 5 git commands to generate.