DORMANTno replies REVIEWED: 9 (8M)

2 review trailers (1 from subsystem maintainers).

[PATCH linux-next v3] soc: dove: Use

From: <hidden>
Date: 2022-10-13 01:26:11
Also in: lkml
Subsystem: arm/marvell dove/mv78xx0/orion soc support, the rest · Maintainers: Andrew Lunn, Sebastian Hesselbarth, Gregory Clement, Linus Torvalds

From: ye xingchen <redacted>

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

Signed-off-by: ye xingchen <redacted>
Reviewed-by: Mukesh Ojha <redacted>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
v2 -> v3
Add the tag of 'Reviewed-by'.
 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
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help