mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH linux-next] soc: Use generic_handle_domain_irq()
@ 2022-10-11  3:20 yexingchen116
  2022-10-11  4:24 ` Mukesh Ojha
  2022-10-11 13:10 ` Andrew Lunn
  0 siblings, 2 replies; 3+ messages in thread
From: yexingchen116 @ 2022-10-11  3:20 UTC (permalink / raw)
  To: gregory.clement
  Cc: andrew, sebastian.hesselbarth, linux-arm-kernel, linux-kernel,
	ye xingchen

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>
---
 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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-11 13:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11  3:20 [PATCH linux-next] soc: Use generic_handle_domain_irq() yexingchen116
2022-10-11  4:24 ` Mukesh Ojha
2022-10-11 13:10 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®