Loading drivers/pci/host/pci-msm.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
drivers/pci/host/pci-msm.c +2 −1 Original line number Diff line number Diff line Loading @@ -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; Loading