[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <171809820332.51273.7866466244916343148.b4-ty@linaro.org>
Date: Tue, 11 Jun 2024 10:30:03 +0100
From: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To: Neil Armstrong <neil.armstrong@...aro.org>,
Kevin Hilman <khilman@...libre.com>, Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
Julia Lawall <julia.lawall@...ia.fr>,
MarileneGarcia <marilene.agarcia@...il.com>
Cc: Shuah Khan <skhan@...uxfoundation.org>,
Javier Carrasco <javier.carrasco.cruz@...il.com>,
linux-arm-kernel@...ts.infradead.org, linux-amlogic@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 linux-next] nvmem: meson-efuse: Replacing the use of
of_node_put to __free
On Wed, 15 May 2024 23:28:38 -0300, MarileneGarcia wrote:
> Use __free for device_node values, and thus drop calls to
> of_node_put.
>
> The goal is to reduce memory management issues by using this
> scope-based of_node_put() cleanup to simplify function exit
> handling. When using __free a resource is allocated within a
> block, it is automatically freed at the end of the block.
>
> [...]
Applied, thanks!
[1/1] nvmem: meson-efuse: Replacing the use of of_node_put to __free
commit: 5e15aa6f07b35fb3d755f7cdffb8acbca62abe74
Best regards,
--
Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Powered by blists - more mailing lists