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

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

Merge "sched: remove conversion to bool in is_full_throttle_boost"

parents 00ec6b80 d3e15180
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3004,7 +3004,7 @@ static inline bool rt_boost_on_big(void)

static inline bool is_full_throttle_boost(void)
{
	return sched_boost() == FULL_THROTTLE_BOOST ? true : false;
	return sched_boost() == FULL_THROTTLE_BOOST;
}

extern int preferred_cluster(struct sched_cluster *cluster,