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

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

Merge "hotplug cpu: ratelimit logs for thermal veto"

parents 827f6543 ce3ef1df
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -523,7 +523,7 @@ static int _cpu_up(unsigned int cpu, int tasks_frozen)
	ret = __cpu_notify(CPU_UP_PREPARE | mod, hcpu, -1, &nr_calls);
	if (ret) {
		nr_calls--;
		pr_warn("%s: attempt to bring up CPU %u failed\n",
		pr_warn_ratelimited("%s: attempt to bring up CPU %u failed\n",
				    __func__, cpu);
		goto out_notify;
	}