diff options
Diffstat (limited to 'drivers/pci/dwc/pcie-qcom.c')
-rw-r--r-- | drivers/pci/dwc/pcie-qcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/dwc/pcie-qcom.c b/drivers/pci/dwc/pcie-qcom.c index 67eb7f5926dd..5bf23d432fdb 100644 --- a/drivers/pci/dwc/pcie-qcom.c +++ b/drivers/pci/dwc/pcie-qcom.c | |||
@@ -700,7 +700,7 @@ static int qcom_pcie_probe(struct platform_device *pdev) | |||
700 | return PTR_ERR(pcie->parf); | 700 | return PTR_ERR(pcie->parf); |
701 | 701 | ||
702 | res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "dbi"); | 702 | res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "dbi"); |
703 | pci->dbi_base = devm_ioremap_resource(dev, res); | 703 | pci->dbi_base = devm_pci_remap_cfg_resource(dev, res); |
704 | if (IS_ERR(pci->dbi_base)) | 704 | if (IS_ERR(pci->dbi_base)) |
705 | return PTR_ERR(pci->dbi_base); | 705 | return PTR_ERR(pci->dbi_base); |
706 | 706 | ||