forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
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;