]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
pcie: host: tegra: change legacy INT print type
authorVidya Sagar <vidyas@nvidia.com>
Tue, 9 Dec 2014 09:13:40 +0000 (14:43 +0530)
committerLaxman Dewangan <ldewangan@nvidia.com>
Mon, 15 Dec 2014 14:43:11 +0000 (06:43 -0800)
changes legacy INTX print type from info to debug

Bug 200047139

Change-Id: I01a52a9a1ea0c336a19b4ad021c0c047335a63ca
Signed-off-by: Vidya Sagar <vidyas@nvidia.com>
Reviewed-on: http://git-master/r/661316
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Tested-by: Laxman Dewangan <ldewangan@nvidia.com>
drivers/pci/host/pci-tegra.c

index c4e623329387677ffd62b21fe5765d3473dd84e4..e5d2417cf2b225a0906b5809319e3fa9d2b6d387 100644 (file)
@@ -923,7 +923,7 @@ static void handle_sb_intr(struct tegra_pcie *pcie)
        mesg = afi_readl(pcie, AFI_MSG_0);
        if (mesg & AFI_MSG_INTX_MASK)
                /* notify device isr for INTx messages from pcie devices */
-               dev_info(pcie->dev,
+               dev_dbg(pcie->dev,
                        "Legacy INTx interrupt occurred %x\n", mesg);
        else if (mesg & AFI_MSG_PM_PME_MASK) {
                struct tegra_pcie_port *port, *tmp;