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

Commit b37e3871 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: update debug message for user shadow control"

parents 9cda3eb4 dba2dceb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -4996,7 +4996,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;