linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH linux-next v4] soc: dove: Use generic_handle_domain_irq()
@ 2022-10-13  1:39 yexingchen116
  0 siblings, 0 replies; only message in thread
From: yexingchen116 @ 2022-10-13  1:39 UTC (permalink / raw)
  To: andrew
  Cc: sebastian.hesselbarth, gregory.clement, linux-arm-kernel,
	linux-kernel, ye xingchen, Mukesh Ojha

From: ye xingchen <ye.xingchen@zte.com.cn>

Replace generic_handle_irq((irq_find_mapping()) with
generic_handle_domain_irq().

Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
v3 -> v4
fix the mistake on subject line and add a '(' for generic_handle_irq(). 
 drivers/soc/dove/pmu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/soc/dove/pmu.c b/drivers/soc/dove/pmu.c
index ffc5311c0ed8..308fe45231b4 100644
--- a/drivers/soc/dove/pmu.c
+++ b/drivers/soc/dove/pmu.c
@@ -243,7 +243,7 @@ static void pmu_irq_handler(struct irq_desc *desc)
 		stat &= ~(1 << hwirq);
 		done &= ~(1 << hwirq);
 
-		generic_handle_irq(irq_find_mapping(domain, hwirq));
+		generic_handle_domain_irq(domain, hwirq);
 	}
 
 	/*
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

only message in thread, other threads:[~2022-10-13  1:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-13  1:39 [PATCH linux-next v4] soc: dove: Use generic_handle_domain_irq() yexingchen116

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).