kernel/drivers/irqchip/irq-alpine-msi.c
.. .. @@ -199,6 +199,7 @@ 199 199 } 200 200 201 201 gic_domain = irq_find_host(gic_node); 202 + of_node_put(gic_node);202 203 if (!gic_domain) { 203 204 pr_err("Failed to find the GIC domain\n"); 204 205 return -ENXIO;