diff options
| author | Javi Merino <javi.merino@arm.com> | 2015-08-14 13:57:00 -0400 |
|---|---|---|
| committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2015-09-11 01:23:29 -0400 |
| commit | d3b7e1745c0d1be2add1bb58065eef142c5a098f (patch) | |
| tree | 90d7198c2ec6c22499f0415a5caa1617a351a8ad /drivers/devfreq | |
| parent | 08e75e754a6d9838e490b74551d19fc04d0fd6f9 (diff) | |
PM / devfreq: drop comment about thermal setting max_freq
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>
Diffstat (limited to 'drivers/devfreq')
| -rw-r--r-- | drivers/devfreq/devfreq.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c index f28a1fae5691..1f3e5ea5439f 100644 --- a/drivers/devfreq/devfreq.c +++ b/drivers/devfreq/devfreq.c | |||
| @@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq) | |||
| 177 | return err; | 177 | return err; |
| 178 | 178 | ||
| 179 | /* | 179 | /* |
| 180 | * Adjust the freuqency with user freq and QoS. | 180 | * Adjust the frequency with user freq and QoS. |
| 181 | * | 181 | * |
| 182 | * List from the highest proiority | 182 | * List from the highest priority |
| 183 | * max_freq (probably called by thermal when it's too hot) | 183 | * max_freq |
| 184 | * min_freq | 184 | * min_freq |
| 185 | */ | 185 | */ |
| 186 | 186 | ||
