summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBibek Basu <bbasu@nvidia.com>2015-01-02 14:18:20 +0530
committerMatthew Pedro <mapedro@nvidia.com>2015-01-07 10:58:01 -0800
commit8cdc4da9ca62c3f5e0650469afac2ac8fe305d0c (patch)
tree69fdb30b5ce346bad95fbe8fb3ec67a4542dba28
parentee433b4351383d33570e2e49eb7f84f7987cf4ab (diff)
pcie: tegra: move err print to info print
Change link down print to info print Bug 200042283 Change-Id: I3c1783e362f9a0e95abb4955640e4cdd70d1f59e Signed-off-by: Bibek Basu <bbasu@nvidia.com> Reviewed-on: http://git-master/r/668855 GVS: Gerrit_Virtual_Submit Reviewed-by: Venkat Moganty <vmoganty@nvidia.com>
-rw-r--r--drivers/pci/host/pci-tegra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/host/pci-tegra.c b/drivers/pci/host/pci-tegra.c
index f5d6c9d5c371..371dc91c4cf5 100644
--- a/drivers/pci/host/pci-tegra.c
+++ b/drivers/pci/host/pci-tegra.c
@@ -1436,7 +1436,7 @@ static bool tegra_pcie_check_link(struct tegra_pcie_port *pp, int idx,
}
if (!timeout) {
- pr_err("PCIE: port %d: link down, retrying\n", idx);
+ pr_info("PCIE: port %d: link down, retrying\n", idx);
goto retry;
}