[PATCH v2 1/3] clk: avoid devm_clk_release name clash

Stephen Boyd sboyd at kernel.org
Sat Nov 14 15:54:32 EST 2020


Quoting Jerome Brunet (2020-10-21 09:21:45)
> In clk-devres.c, devm_clk_release() is used to call clk_put() memory
> managed clock. In clk.c the same name, in a different scope is used to call
> clk_unregister().
> 
> As it stands, it is not really a problem but it does not readability,
> especially if we need to call clk_put() on managed clock in clk.c
> 
> Signed-off-by: Jerome Brunet <jbrunet at baylibre.com>
> ---

Applied to clk-next



More information about the linux-amlogic mailing list