All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target
@ 2019-04-28  8:54 dongjian
  2019-04-29  5:42 ` Viresh Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: dongjian @ 2019-04-28  8:54 UTC (permalink / raw)
  To: rjw, viresh.kumar; +Cc: linux-pm, dongjian, huyue2

From: dongjian <dongjian@yulong.com>

The code is using centrino_target rather than centrino_setpolicy.

Signed-off-by: dongjian <dongjian@yulong.com>
---
 drivers/cpufreq/speedstep-centrino.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c
index 7d4a315..26fab0c 100644
--- a/drivers/cpufreq/speedstep-centrino.c
+++ b/drivers/cpufreq/speedstep-centrino.c
@@ -412,7 +412,7 @@ static int centrino_cpu_exit(struct cpufreq_policy *policy)
 }
 
 /**
- * centrino_setpolicy - set a new CPUFreq policy
+ * centrino_target - set a new CPUFreq policy
  * @policy: new policy
  * @index: index of target frequency
  *
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target
  2019-04-28  8:54 [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target dongjian
@ 2019-04-29  5:42 ` Viresh Kumar
  2019-05-01 10:43   ` Rafael J. Wysocki
  0 siblings, 1 reply; 3+ messages in thread
From: Viresh Kumar @ 2019-04-29  5:42 UTC (permalink / raw)
  To: dongjian; +Cc: rjw, linux-pm, dongjian, huyue2

On 28-04-19, 16:54, dongjian wrote:
> From: dongjian <dongjian@yulong.com>
> 
> The code is using centrino_target rather than centrino_setpolicy.
> 
> Signed-off-by: dongjian <dongjian@yulong.com>
> ---
>  drivers/cpufreq/speedstep-centrino.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c
> index 7d4a315..26fab0c 100644
> --- a/drivers/cpufreq/speedstep-centrino.c
> +++ b/drivers/cpufreq/speedstep-centrino.c
> @@ -412,7 +412,7 @@ static int centrino_cpu_exit(struct cpufreq_policy *policy)
>  }
>  
>  /**
> - * centrino_setpolicy - set a new CPUFreq policy
> + * centrino_target - set a new CPUFreq policy
>   * @policy: new policy
>   * @index: index of target frequency
>   *

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target
  2019-04-29  5:42 ` Viresh Kumar
@ 2019-05-01 10:43   ` Rafael J. Wysocki
  0 siblings, 0 replies; 3+ messages in thread
From: Rafael J. Wysocki @ 2019-05-01 10:43 UTC (permalink / raw)
  To: Viresh Kumar, dongjian; +Cc: linux-pm, dongjian, huyue2

On Monday, April 29, 2019 7:42:03 AM CEST Viresh Kumar wrote:
> On 28-04-19, 16:54, dongjian wrote:
> > From: dongjian <dongjian@yulong.com>
> > 
> > The code is using centrino_target rather than centrino_setpolicy.
> > 
> > Signed-off-by: dongjian <dongjian@yulong.com>
> > ---
> >  drivers/cpufreq/speedstep-centrino.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/cpufreq/speedstep-centrino.c b/drivers/cpufreq/speedstep-centrino.c
> > index 7d4a315..26fab0c 100644
> > --- a/drivers/cpufreq/speedstep-centrino.c
> > +++ b/drivers/cpufreq/speedstep-centrino.c
> > @@ -412,7 +412,7 @@ static int centrino_cpu_exit(struct cpufreq_policy *policy)
> >  }
> >  
> >  /**
> > - * centrino_setpolicy - set a new CPUFreq policy
> > + * centrino_target - set a new CPUFreq policy
> >   * @policy: new policy
> >   * @index: index of target frequency
> >   *
> 
> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

Patch applied, thanks!




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-01 10:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-28  8:54 [PATCH] cpufreq: Fix centrino_setpolicy to centrino_target dongjian
2019-04-29  5:42 ` Viresh Kumar
2019-05-01 10:43   ` Rafael J. Wysocki

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.