diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2023-11-16 12:26:35 +0100 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2024-01-02 09:33:18 +0100 |
commit | 720f8db834a31009d8d11893278ca3f8072a575e (patch) | |
tree | 8b35851af5f90f1708884a43c57839d691302d96 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 62e79e38b257a59f1e3d8aff801ae8590e2e45b4 (diff) |
thermal: amlogic: Make amlogic_thermal_disable() return void
amlogic_thermal_disable() returned zero unconditionally and
amlogic_thermal_remove() already ignores the return value.
Make it return no value and modify amlogic_thermal_suspend to not check
the value.
This patch introduces no semantic changes, but makes it more obvious for
a human reader that amlogic_thermal_suspend() cannot fail.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20231116112633.668826-2-u.kleine-koenig@pengutronix.de
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions