OSDN Git Service

msm: pcie: change the log type for PCIe Synopsys MSI interrupts
authorTony Truong <truong@codeaurora.org>
Thu, 10 Mar 2016 23:19:44 +0000 (15:19 -0800)
committerGerrit - the friendly Code Review server <code-review@localhost>
Mon, 15 Aug 2016 20:26:00 +0000 (13:26 -0700)
The current IPC log type for Synopsys MSI interrupts may flood
PCIe detailed IPC buffer. Thus, change the IPC log type to use
a buffer with less priority.

Change-Id: Ied206f10313495e23c262e9d17e9834781c9708a
Signed-off-by: Tony Truong <truong@codeaurora.org>
drivers/pci/host/pci-msm.c

index e278aab..fc1bba7 100644 (file)
@@ -5260,7 +5260,7 @@ static irqreturn_t handle_msi_irq(int irq, void *data)
        struct msm_pcie_dev_t *dev = data;
        void __iomem *ctrl_status;
 
-       PCIE_DBG(dev, "irq=%d\n", irq);
+       PCIE_DUMP(dev, "irq: %d\n", irq);
 
        /* check for set bits, clear it by setting that bit
           and trigger corresponding irq */