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

Commit 8d6bb2cc authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: boost: Add a missing break"

parents 8f7cf410 2cadba51
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -180,6 +180,7 @@ static void _sched_set_boost(int type)
				update_freq_aggregate_threshold(
					freq_aggr_threshold_backup);
		}
		break;

	default:
		WARN_ON(1);