aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/thermal/tmon/pid.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/thermal/tmon/pid.c b/tools/thermal/tmon/pid.c
index c54edb4f630c..296f69c00c57 100644
--- a/tools/thermal/tmon/pid.c
+++ b/tools/thermal/tmon/pid.c
@@ -54,7 +54,6 @@ static double xk_1, xk_2; /* input temperature x[k-#] */
*/
int init_thermal_controller(void)
{
- int ret = 0;
/* init pid params */
p_param.ts = ticktime;
@@ -65,7 +64,7 @@ int init_thermal_controller(void)
p_param.t_target = target_temp_user;
- return ret;
+ return 0;
}
void controller_reset(void)
+0200'>2025-04-14xfs: remove the leftover xfs_{set,clear}_li_failed infrastructureChristoph Hellwig4-39/+3 2025-04-13Linux 6.15-rc2v6.15-rc2Linus Torvalds1-1/+1 2025-04-12ext4: fix off-by-one error in do_splitArtem Sadovnikov1-1/+1 2025-04-12ext4: make block validity check resistent to sb bh corruptionOjaswin Mujoo2-6/+6 2025-04-12ext4: avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-10/+8 2025-04-12Documentation: ext4: Add fields to ext4_super_block documentationTom Vierjahn1-6/+14 2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6 2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5