From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935750AbcISAM5 (ORCPT ); Sun, 18 Sep 2016 20:12:57 -0400 Received: from LGEAMRELO13.lge.com ([156.147.23.53]:46699 "EHLO lgeamrelo13.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755419AbcISAMs (ORCPT ); Sun, 18 Sep 2016 20:12:48 -0400 X-Original-SENDERIP: 156.147.1.125 X-Original-MAILFROM: hugh.kang@lge.com X-Original-SENDERIP: 165.244.98.203 X-Original-MAILFROM: hugh.kang@lge.com From: =?utf-8?B?6rCV7J247ZiBL+yxheyehOyXsOq1rOybkC9TVyBQbGF0Zm9ybSjsl7ApQU9U?= =?utf-8?B?7YyAKGh1Z2gua2FuZ0BsZ2UuY29tKQ==?= To: Javi Merino , =?utf-8?B?6rCV7J247ZiBL+yxheyehOyXsOq1rOybkC9TVyBQbGF0Zm9ybSjsl7ApQU9U?= =?utf-8?B?7YyAKGh1Z2gua2FuZ0BsZ2UuY29tKQ==?= CC: Viresh Kumar , "amit.kachhap@gmail.com" , "linux-kernel@vger.kernel.org" , "linux-pm@vger.kernel.org" , Eduardo Valentin , Rui Zhang , =?utf-8?B?7KCV7LCs6regL+yImOyEneyXsOq1rOybkC9TVyBQbGF0Zm9ybSjsl7ApQU9U?= =?utf-8?B?7YyAKGNoYW4uamVvbmdAbGdlLmNvbSkgKGNoYW4uamVvbmdAbA==?= =?utf-8?B?Z2UuY29tKQ==?= Date: Mon, 19 Sep 2016 09:12:41 +0900 Subject: RE: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name Thread-Topic: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name Thread-Index: AdIJqqW7xqO2vu6OS7CCI3/dV8lGigIXyOAQ Message-ID: References: <1473208539-17685-1-git-send-email-hugh.kang@lge.com> <20160908082600.GA3112@e104805> In-Reply-To: <20160908082600.GA3112@e104805> Accept-Language: ko-KR, en-US Content-Language: ko-KR X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: ko-KR, en-US Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id u8J0D2EB022056 You're welcome. Will be merged this patch? Thank you Hugh Kang No One ever is defeated until defeat has been accepted as a reality. 강인혁 (Hugh Kang) Chief Engineer SW Platform(연) Advanced OS Technology TEAM (AOT) Mobile: +82-10-5513-7957 -----Original Message----- From: Javi Merino [mailto:javi.merino@arm.com] Sent: Thursday, September 08, 2016 5:26 PM To: Inhyuk Kang Cc: Viresh Kumar; amit.kachhap@gmail.com; linux-kernel@vger.kernel.org; linux-pm@vger.kernel.org; Eduardo Valentin; Rui Zhang Subject: Re: [PATCH] thermal: cpu_cooling: Fix wrong comment call function name 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/thermal/cpu_cooling.c > b/drivers/thermal/cpu_cooling.c index a32b417..9ce0e9e 100644 > --- a/drivers/thermal/cpu_cooling.c > +++ b/drivers/thermal/cpu_cooling.c > @@ -74,7 +74,7 @@ struct power_table { > * cpufreq frequencies. > * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device. > * @node: list_head to link all cpufreq_cooling_device together. > - * @last_load: load measured by the latest call to > cpufreq_get_actual_power() > + * @last_load: load measured by the latest call to > + cpufreq_get_requested_power() > * @time_in_idle: previous reading of the absolute time that this cpu was idle > * @time_in_idle_timestamp: wall time of the last invocation of > * get_cpu_idle_time_us() > -- > 1.9.1 >