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

Commit 603ba32c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: change the logging type for dumping PARF registers"

parents 98457759 345ccea8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2340,6 +2340,9 @@ static void msm_pcie_sel_debug_testcase(struct msm_pcie_dev_t *dev,
		if (!base_sel) {
			PCIE_DBG_FS(dev, "Invalid base_sel: 0x%x\n", base_sel);
			break;
		} else if (base_sel - 1 == MSM_PCIE_RES_PARF) {
			pcie_parf_dump(dev);
			break;
		} else if (base_sel - 1 == MSM_PCIE_RES_PHY) {
			pcie_phy_dump(dev);
			break;