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: Tony Truong <truong@codeaurora.org>
This commit is contained in:
Tony Truong 2014-11-11 16:45:44 -08:00
parent 9a2aa752c6
commit dba2dceba2
1 changed files with 2 additions and 1 deletions

View File

@ -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;