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

Commit 3a7f3d14 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 8a900634 28408960
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5420,7 +5420,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 */