Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14d7a764 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: bcl: Update to fix BCL frequency mitigation"

parents 45f6110a 2184e4fd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -281,11 +281,11 @@ static int bcl_cpufreq_callback(struct notifier_block *nfb,
			max_freq = (gbcl->bcl_monitor_type
				== BCL_IBAT_MONITOR_TYPE) ? gbcl->btm_freq_max
				: gbcl->bcl_p_freq_max;
			pr_debug("Requesting Max freq:%d for CPU%d\n",
		}
		pr_debug("Requesting Max freq:%u for CPU%d\n",
			max_freq, policy->cpu);
		cpufreq_verify_within_limits(policy, 0,
			max_freq);
		}
		break;
	}