hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/irqchip/irq-alpine-msi.c
....@@ -199,6 +199,7 @@
199199 }
200200
201201 gic_domain = irq_find_host(gic_node);
202
+ of_node_put(gic_node);
202203 if (!gic_domain) {
203204 pr_err("Failed to find the GIC domain\n");
204205 return -ENXIO;