Loading drivers/power/qcom/msm-core.c +9 −10 Original line number Diff line number Diff line Loading @@ -278,9 +278,7 @@ static __ref int do_sampling(void *data) for_each_online_cpu(cpu) { cpu_node = &activity[cpu]; if (prev_temp[cpu] == cpu_node->temp) goto unlock; if (prev_temp[cpu] != cpu_node->temp) { prev_temp[cpu] = cpu_node->temp; cpu_node->low_threshold.temp = cpu_node->temp - low_hyst_temp; Loading @@ -291,6 +289,7 @@ static __ref int do_sampling(void *data) cpu_node->hi_threshold.temp, cpu_node->low_threshold.temp); } } if (!poll_ms) goto unlock; Loading Loading
drivers/power/qcom/msm-core.c +9 −10 Original line number Diff line number Diff line Loading @@ -278,9 +278,7 @@ static __ref int do_sampling(void *data) for_each_online_cpu(cpu) { cpu_node = &activity[cpu]; if (prev_temp[cpu] == cpu_node->temp) goto unlock; if (prev_temp[cpu] != cpu_node->temp) { prev_temp[cpu] = cpu_node->temp; cpu_node->low_threshold.temp = cpu_node->temp - low_hyst_temp; Loading @@ -291,6 +289,7 @@ static __ref int do_sampling(void *data) cpu_node->hi_threshold.temp, cpu_node->low_threshold.temp); } } if (!poll_ms) goto unlock; Loading