forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-09 244b2c5ca8b14627e4a17755e5922221e121c771
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;