[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <b2737143b0c4f4eceb5008e6629f1691.sboyd@kernel.org>
Date: Wed, 28 Aug 2024 13:18:11 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: David Lechner <dlechner@...libre.com>, Tero Kristo <kristo@...nel.org>
Cc: Michael Turquette <mturquette@...libre.com>, Peter Ujfalusi <peter.ujfalusi@...com>, linux-omap@...r.kernel.org, linux-clk@...r.kernel.org, linux-kernel@...r.kernel.org, David Lechner <dlechner@...libre.com>
Subject: Re: [PATCH] clk: ti: dra7-atl: fix leak of of_nodes
Quoting David Lechner (2024-08-26 08:35:29)
> This fix leaking the of_node references in of_dra7_atl_clk_probe().
>
> The docs for of_parse_phandle_with_args() say that the caller must call
> of_node_put() on the returned node. This adds the missing of_node_put()
> to fix the leak.
>
> Fixes: 9ac33b0ce81f ("CLK: TI: Driver for DRA7 ATL (Audio Tracking Logic)")
> Signed-off-by: David Lechner <dlechner@...libre.com>
> ---
Applied to clk-next
Powered by blists - more mailing lists