diff options
author | 2023-04-30 21:02:31 +0200 | |
---|---|---|
committer | 2023-05-10 13:36:03 -0700 | |
commit | 61ca6ee782435a50f5ee816aa219dfa9ccc97c9a (patch) | |
tree | 8400cf5cd8a5c3d387feac9c139952b5d3d9c9bd /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.4-rc1 (diff) | |
download | wireguard-linux-61ca6ee782435a50f5ee816aa219dfa9ccc97c9a.tar.xz wireguard-linux-61ca6ee782435a50f5ee816aa219dfa9ccc97c9a.zip |
clk: mediatek: Make mtk_clk_simple_remove() return void
__mtk_clk_simple_remove() and so also mtk_clk_simple_remove() return
zero unconditionally. Make them return no value instead and convert the
drivers making use of it to platform_driver's .remove_new().
This makes the semantics in the callers of mtk_clk_simple_remove() clearer
and prepares for the quest to make platform driver's remove function return
void. There is no semantic change.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20230430190233.878921-2-u.kleine-koenig@pengutronix.de
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions