Re: [PATCH v3 1/2] dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate

From: Vinod Koul
Date: Thu Jun 09 2022 - 02:01:15 EST


On 05-06-22, 08:27, Miaoqian Lin wrote:
> of_parse_phandle() returns a node pointer with refcount
> incremented, we should use of_node_put() on it when not needed anymore.
>
> Add missing of_node_put() in to fix this.

Applied both, thanks

--
~Vinod