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

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

Merge "sched: core_ctl: remove unneccesary error log"

parents 61d531a1 2116f633
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -648,7 +648,6 @@ int core_ctl_set_boost(bool boost)
			++cluster->boost;
		} else {
			if (!cluster->boost) {
				pr_err("Error turning off boost. Boost already turned off\n");
				ret = -EINVAL;
				break;
			} else {