Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf33fa5e authored by Tony Truong's avatar Tony Truong Committed by Gerrit - the friendly Code Review server
Browse files

msm: pcie: change the log type for PCIe Synopsys MSI interrupts



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: default avatarTony Truong <truong@codeaurora.org>
parent fe142d0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5121,7 +5121,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 */