Re: [PATCH] drivers/tty: add missing of_node_put()

From: David Miller
Date: Sun Dec 02 2018 - 23:55:56 EST


From: Yangtao Li <tiny.windzz@xxxxxxxxx>
Date: Wed, 21 Nov 2018 10:22:54 -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 is not doing this, so fix it.
>
> Signed-off-by: Yangtao Li <tiny.windzz@xxxxxxxxx>

Applied.