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

2016-11-14 Thread Pandruvada, Srinivas
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:

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

2016-11-14 Thread Srinivas Pandruvada
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

[PATCH] cpufreq: intel_pstate: fix intel_pstate_use_acpi_profile helper

2016-11-14 Thread Arnd Bergmann
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’