We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e280228 commit 76254bcCopy full SHA for 76254bc
drivers/cdx/cdx_msi.c
@@ -174,6 +174,7 @@ struct irq_domain *cdx_msi_domain_init(struct device *dev)
174
}
175
176
parent = irq_find_matching_fwnode(of_fwnode_handle(parent_node), DOMAIN_BUS_NEXUS);
177
+ of_node_put(parent_node);
178
if (!parent || !msi_get_domain_info(parent)) {
179
dev_err(dev, "unable to locate ITS domain\n");
180
return NULL;
0 commit comments