[PATCH v3 1/9] of: property: add of_graph_get_next_port()

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Mon Aug 26 06:06:25 UTC 2024


Hi Krzysztof

> > +		prev = of_get_child_by_name(parent, "ports");
(snip)
> > +		if (!prev) {
> > +			prev = of_node_get(parent);
> > +
> > +			/* check wether it has port node */
> > +			struct device_node *port __free(device_node) =
> > +				of_get_child_by_name(prev, "port");
> > +
> > +			if (!port)
> > +				prev = NULL;
> 
> It looks like you leak here "prev".

Oops, yes ineed.
Thank you for pointing it, will fix it in v4

Best regards
---
Kuninori Morimoto


More information about the dri-devel mailing list