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

Commit b6731988 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: Fix uninitialized variable used for tracepoint"

parents 3a2dd33c bf250909
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2053,7 +2053,7 @@ static int send_notification(struct rq *rq, int check_pred, int check_groups)
	unsigned int cur_freq, freq_required;
	unsigned long flags;
	int rc = 0;
	u64 group_load = 0, new_load;
	u64 group_load = 0, new_load  = 0;

	if (!sched_enable_hmp)
		return 0;