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

Commit 353ad4ca authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: Fix formatting error"

parents e4fdb566 7bd46884
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;
	}