summaryrefslogtreecommitdiff
path: root/include/linux/clk-provider.h
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2020-10-21 18:21:45 +0200
committerStephen Boyd <sboyd@kernel.org>2020-11-14 12:43:08 -0800
commite5a4b9b99e5b70a41578e78d30349315772add1b (patch)
treefd8cfe082a734cdb1a4157bd66fe0d2d85e0a232 /include/linux/clk-provider.h
parent3650b228f83adda7e5ee532e2b90429c03f7b9ec (diff)
clk: avoid devm_clk_release name clash
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@baylibre.com> Link: https://lore.kernel.org/r/20201021162147.563655-2-jbrunet@baylibre.com Tested-by: Kevin Hilman <khilman@baylibre.com> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'include/linux/clk-provider.h')
0 files changed, 0 insertions, 0 deletions