Browse Source

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>
Javi Merino 10 years ago
parent
commit
d3b7e1745c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      drivers/devfreq/devfreq.c

+ 3 - 3
drivers/devfreq/devfreq.c

@@ -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
-	 * max_freq (probably called by thermal when it's too hot)
+	 * List from the highest priority
+	 * max_freq
 	 * min_freq
 	 * min_freq
 	 */
 	 */