Re: [PATCH v2] net: amd: add missing of_node_put()

From: David Miller
Date: Fri Nov 23 2018 - 20:24:45 EST


From: Yangtao Li <tiny.windzz@xxxxxxxxx>
Date: Thu, 22 Nov 2018 07:34:41 -0500

> of_find_node_by_path() acquires a reference to the node
> returned by it and that reference needs to be dropped by its caller.
> This place doesn't do that, so fix it.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>

Applied.