Skip to content

Commit

Permalink
PM / devfreq: drop comment about thermal setting max_freq
Browse files Browse the repository at this point in the history
The thermal infrastructure should use the devfreq cooling device, which
uses the OPP library to disable OPPs as necessary.

Fix a couple of typos in the same comment while we are at it.

Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
  • Loading branch information
Javi Merino authored and MyungJoo Ham committed Sep 11, 2015
1 parent 08e75e7 commit d3b7e17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/devfreq/devfreq.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
return err;

/*
* Adjust the freuqency with user freq and QoS.
* Adjust the frequency with user freq and QoS.
*
* List from the highest proiority
* max_freq (probably called by thermal when it's too hot)
* List from the highest priority
* max_freq
* min_freq
*/

Expand Down

0 comments on commit d3b7e17

Please sign in to comment.