OSDN Git Service

thermal: gov_step_wise: Adjust code logic to match comment
authorZhang Rui <rui.zhang@intel.com>
Tue, 21 Mar 2023 05:47:14 +0000 (13:47 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 27 Apr 2023 17:17:11 +0000 (19:17 +0200)
commite4006bfec12cec4fb251de860d384dd34e6df346
tree8bde41a5286409d42965654f4414b774b7414663
parentcead266cdbcfa471f54590ebfd3ebf303f99123f
thermal: gov_step_wise: Adjust code logic to match comment

For the algorithm of choosing the next target state in step_wise
governor, the code does the right thing but is implemented in a
way different from what the comment describes. And this hurts the code
readability.

As the logic in the comment is simpler, adjust the code logic to align
with the comment.

No functional change.

Signed-off-by: Zhang Rui <rui.zhang@intel.com>
[ rjw: Subject edit ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/gov_step_wise.c