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

Commit 2cadba51 authored by Runmin Wang's avatar Runmin Wang
Browse files

sched: boost: Add a missing break



Add a missing break statement in the last case of the switch
statement.

Change-Id: I466004c6d32059f19c71a5ed6dec0956e4a4d759
Signed-off-by: default avatarRunmin Wang <runminw@codeaurora.org>
parent 9ee89464
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);