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

Commit dba2dceb authored by Tony Truong's avatar Tony Truong
Browse files

msm: pcie: update debug message for user shadow control



Debug message for user shadow control does not fully
reflect what is happening. This change updates the
message to do so.

Change-Id: If6a5d230b1c05b8d5858db1d4deeb0a6c9947112
Signed-off-by: default avatarTony Truong <truong@codeaurora.org>
parent 9a2aa752
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4995,7 +4995,8 @@ int msm_pcie_shadow_control(struct pci_dev *dev, bool enable)
	if (dev) {
		pcie_dev = PCIE_BUS_PRIV_DATA(dev);
		PCIE_DBG(pcie_dev,
			"Recovery for the link of RC%d\n", pcie_dev->rc_idx);
			"User requests to %s shadow\n",
			enable ? "enable" : "disable");
	} else {
		pr_err("PCIe: the input pci dev is NULL.\n");
		return -ENODEV;