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

Commit 8bfbd693 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mailbox: msm_qmp: Remove IRQ clear"

parents ca305dd2 1eeff766
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -222,7 +222,6 @@ static void send_irq(struct qmp_device *mdev)
	 */
	wmb();
	writel_relaxed(mdev->irq_mask, mdev->tx_irq_reg);
	writel_relaxed(0x0, mdev->tx_irq_reg);
	mdev->tx_irq_count++;
}