Re: [PATCH] cpufreq: intel_pstate: fix intel_pstate_use_acpi_profile helper

From: Pandruvada, Srinivas
Date: Mon Nov 14 2016 - 12:53:09 EST


On Mon, 2016-11-14 at 09:14 -0800, Srinivas Pandruvada wrote:
> On Mon, 2016-11-14 at 17:41 +0100, Arnd Bergmann wrote:
> >
> > The newly added function uses two different prototypes depending
> > on configuration, and one of them does not match the caller:
> >
> > drivers/cpufreq/intel_pstate.c: In function âcopy_cpu_funcsâ:
> > drivers/cpufreq/intel_pstate.c:1798:2: error: too few arguments to
> > function âintel_pstate_use_acpi_profileâ
> >
> > This changes it to look like the other one.
> Sorry about that.

Since this is a compile issue for x86 non ACPI systems, which will be a
problem for git bisect, it is better to resubmit my patch with the fix.

Thanks,
Srinivas