Merge "sched: remove conversion to bool in is_full_throttle_boost"

This commit is contained in:
qctecmdr Service
2019-01-30 14:26:53 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -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,