All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [irqchip: irq/irqchip-next] fixup! irqchip: Bulk conversion to generic_handle_domain_irq()
@ 2021-06-06 19:26 irqchip-bot for Marc Zyngier
  0 siblings, 0 replies; only message in thread
From: irqchip-bot for Marc Zyngier @ 2021-06-06 19:26 UTC (permalink / raw
  To: linux-kernel; +Cc: maz, tglx

The following commit has been merged into the irq/irqchip-next branch of irqchip:

Commit-ID:     70d49fc8ebd2fabcb223288ec8a9f2c58ceb3407
Gitweb:        https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/70d49fc8ebd2fabcb223288ec8a9f2c58ceb3407
Author:        Marc Zyngier <maz@kernel.org>
AuthorDate:    Sun, 06 Jun 2021 19:28:32 +01:00
Committer:     Marc Zyngier <maz@kernel.org>
CommitterDate: Sun, 06 Jun 2021 19:28:32 +01:00

fixup! irqchip: Bulk conversion to generic_handle_domain_irq()
---
 drivers/irqchip/irq-xilinx-intc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/irqchip/irq-xilinx-intc.c b/drivers/irqchip/irq-xilinx-intc.c
index 875ff52..356a597 100644
--- a/drivers/irqchip/irq-xilinx-intc.c
+++ b/drivers/irqchip/irq-xilinx-intc.c
@@ -150,7 +150,6 @@ static void xil_intc_irq_handler(struct irq_desc *desc)
 {
 	struct irq_chip *chip = irq_desc_get_chip(desc);
 	struct xintc_irq_chip *irqc;
-	u32 pending;
 
 	irqc = irq_data_get_irq_handler_data(&desc->irq_data);
 	chained_irq_enter(chip, desc);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-06 19:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-06 19:26 [irqchip: irq/irqchip-next] fixup! irqchip: Bulk conversion to generic_handle_domain_irq() irqchip-bot for Marc Zyngier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.