diff options
author | Uwe Kleine-König <[email protected]> | 2023-04-30 21:02:32 +0200 |
---|---|---|
committer | Stephen Boyd <[email protected]> | 2023-05-10 13:36:03 -0700 |
commit | b3bc72757e63dbbb3abdb0ab8a4ccf3d9b081cce (patch) | |
tree | f3bf3ad68f1c133c0219bb66c8fb3771b3186a60 /lib/memory-notifier-error-inject.c | |
parent | 61ca6ee782435a50f5ee816aa219dfa9ccc97c9a (diff) |
clk: mediatek: Make mtk_clk_pdev_remove() return void
This function returns 0 unconditionally. Make it 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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'lib/memory-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions