RE: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-18 Thread
erino [mailto:javi.mer...@arm.com] Sent: Thursday, September 08, 2016 5:26 PM To: Inhyuk Kang Cc: Viresh Kumar; amit.kach...@gmail.com; linux-kernel@vger.kernel.org; linux...@vger.kernel.org; Eduardo Valentin; Rui Zhang Subject: Re: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name On Wed, S

Re: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-08 Thread Javi Merino
On Wed, Sep 07, 2016 at 09:35:39AM +0900, Inhyuk Kang wrote: > The last_load is updated not cpufreq_get_actual_power() function call > but cpufreq_get_requested_power() function call. Yep, my bad. Thanks for fixing it! > Signed-off-by: Inhyuk Kang Acked-by: Javi Merino > diff --git a/drivers

Re: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-06 Thread Viresh Kumar
On 07-09-16, 09:35, Inhyuk Kang wrote: > The last_load is updated not cpufreq_get_actual_power() function call > but cpufreq_get_requested_power() function call. > > Signed-off-by: Inhyuk Kang > > diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c > index a32b417..9ce0e9e

[PATCH] thermal: cpu_cooling: Fix wrong comment call function name

2016-09-06 Thread Inhyuk Kang
The last_load is updated not cpufreq_get_actual_power() function call but cpufreq_get_requested_power() function call. Signed-off-by: Inhyuk Kang diff --git a/drivers/thermal/cpu_cooling.c b/drivers/thermal/cpu_cooling.c index a32b417..9ce0e9e 100644 --- a/drivers/thermal/cpu_cooling.c +++ b/dri