Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7bd46884 authored by Arun KS's avatar Arun KS
Browse files

msm: pcie: Fix formatting error



This fixes error in PCIE_ERR by adding the missing format specifier.

Change-Id: I1cc5da206ca61b6c1fea1661755ef5bb7cff48b2
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent 65119ded
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6425,7 +6425,7 @@ static int msm_pci_iommu_init(struct msm_root_dev_t *root_dev)
	ret = arm_iommu_attach_device(&pci_dev->dev, mapping);
	if (ret) {
		PCIE_ERR(pcie_dev,
			"failed to iommu attach device (%d)\n",
			"PCIe: RC%d: failed to iommu attach device (%d)\n",
			pcie_dev->rc_idx, ret);
		goto release_mapping;
	}