Re: [PATCH 2/3] cpufreq: acpi-cpufreq: Simplify boost-related code

2015-12-27 Thread Viresh Kumar
On 27-12-15, 00:25, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > The store_boost() routine is only used by store_cpb(), so move > the code from it directly to that function and rename _store_boost() > to set_boost() to make its name reflect the name of the driver > callback pointing to

[PATCH 2/3] cpufreq: acpi-cpufreq: Simplify boost-related code

2015-12-26 Thread Rafael J. Wysocki
From: Rafael J. Wysocki The store_boost() routine is only used by store_cpb(), so move the code from it directly to that function and rename _store_boost() to set_boost() to make its name reflect the name of the driver callback pointing to it. Signed-off-by: Rafael J. Wysocki --- drivers/cpufr