Loading drivers/cpuidle/lpm-levels.c +1 −1 Original line number Diff line number Diff line Loading @@ -981,7 +981,7 @@ static int cluster_select(struct lpm_cluster *cluster, bool from_idle, if (suspend_in_progress && from_idle && level->notify_rpm) continue; if (level->is_reset && !system_sleep_allowed()) if (level->notify_rpm && !system_sleep_allowed()) continue; best_level = i; Loading Loading
drivers/cpuidle/lpm-levels.c +1 −1 Original line number Diff line number Diff line Loading @@ -981,7 +981,7 @@ static int cluster_select(struct lpm_cluster *cluster, bool from_idle, if (suspend_in_progress && from_idle && level->notify_rpm) continue; if (level->is_reset && !system_sleep_allowed()) if (level->notify_rpm && !system_sleep_allowed()) continue; best_level = i; Loading