Loading drivers/thermal/cpu_cooling.c +1 −1 Original line number Diff line number Diff line Loading @@ -339,7 +339,7 @@ static int cpufreq_thermal_notifier(struct notifier_block *nb, unsigned long clipped_freq = ULONG_MAX, floor_freq = 0; struct cpufreq_cooling_device *cpufreq_dev; if (event != CPUFREQ_ADJUST) if (event != CPUFREQ_INCOMPATIBLE) return NOTIFY_DONE; mutex_lock(&cooling_list_lock); Loading Loading
drivers/thermal/cpu_cooling.c +1 −1 Original line number Diff line number Diff line Loading @@ -339,7 +339,7 @@ static int cpufreq_thermal_notifier(struct notifier_block *nb, unsigned long clipped_freq = ULONG_MAX, floor_freq = 0; struct cpufreq_cooling_device *cpufreq_dev; if (event != CPUFREQ_ADJUST) if (event != CPUFREQ_INCOMPATIBLE) return NOTIFY_DONE; mutex_lock(&cooling_list_lock); Loading