Hi Rob, On Tue, Aug 22, 2017 at 4:49 PM, Rob Herring <robh@xxxxxxxxxx> wrote: > On Mon, Aug 21, 2017 at 7:19 PM, Niklas Söderlund > <niklas.soderlund+renesas@xxxxxxxxxxxx> wrote: >> Using CONFIG_OF_DYNAMIC=y uncovered an imbalance in the usecount of the >> node being passed to of_fwnode_graph_get_port_parent(). Preserve the >> usecount by using of_get_parent() instead of of_get_next_parent() which >> don't decrement the usecount of the node passed to it. >> >> Fixes: 3b27d00e7b6d7c88 ("device property: Move fwnode graph ops to firmware specific locations") >> Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> >> Acked-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> >> --- >> drivers/of/property.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Isn't this already fixed with this fix: > > commit c0a480d1acf7dc184f9f3e7cf724483b0d28dc2e > Author: Tony Lindgren <tony@xxxxxxxxxxx> > Date: Fri Jul 28 01:23:15 2017 -0700 > > device property: Fix usecount for of_graph_get_port_parent() No, this one is for of_fwnode_graph_get_port_parent(). You're letting too many similarly-named new functions through ;-) Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html