aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/irqchip/irq-armada-370-xp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/irqchip/irq-armada-370-xp.c b/drivers/irqchip/irq-armada-370-xp.c
index bb328a366122..a51ee009ed83 100644
--- a/drivers/irqchip/irq-armada-370-xp.c
+++ b/drivers/irqchip/irq-armada-370-xp.c
@@ -229,7 +229,7 @@ armada_370_xp_handle_irq(struct pt_regs *regs)
229 ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS) 229 ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS)
230 & IPI_DOORBELL_MASK; 230 & IPI_DOORBELL_MASK;
231 231
232 writel(~IPI_DOORBELL_MASK, per_cpu_int_base + 232 writel(~ipimask, per_cpu_int_base +
233 ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS); 233 ARMADA_370_XP_IN_DRBEL_CAUSE_OFFS);
234 234
235 /* Handle all pending doorbells */ 235 /* Handle all pending doorbells */