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>
This commit is contained in:
Javi Merino 2015-08-14 18:57:00 +01:00 committed by MyungJoo Ham
parent 08e75e754a
commit d3b7e1745c

View file

@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
return err; return err;
/* /*
* Adjust the freuqency with user freq and QoS. * Adjust the frequency with user freq and QoS.
* *
* List from the highest proiority * List from the highest priority
* max_freq (probably called by thermal when it's too hot) * max_freq
* min_freq * min_freq
*/ */