Re: [PATCH] net: mscc: ocelot: add missing of_node_put after calling of_get_child_by_name

From: David Miller
Date: Tue Oct 01 2019 - 13:02:40 EST


From: Wen Yang <wenyang@xxxxxxxxxxxxxxxxx>
Date: Sun, 29 Sep 2019 14:54:24 +0800

> of_node_put needs to be called when the device node which is got
> from of_get_child_by_name finished using.
> In both cases of success and failure, we need to release 'ports',
> so clean up the code using goto.
>
> fixes: a556c76adc05 ("net: mscc: Add initial Ocelot switch support")
> Signed-off-by: Wen Yang <wenyang@xxxxxxxxxxxxxxxxx>

Applied.