Re: [PATCH] cpufreq: Simplify switch () in cpufreq_cpu_callback()

2016-04-06 Thread Viresh Kumar
On 07-04-16, 03:30, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Merge two switch entries that do the same thing in > cpufreq_cpu_callback(). > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- >

Re: [PATCH] cpufreq: Simplify switch () in cpufreq_cpu_callback()

2016-04-06 Thread Viresh Kumar
On 07-04-16, 03:30, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Merge two switch entries that do the same thing in > cpufreq_cpu_callback(). > > No functional changes. > > Signed-off-by: Rafael J. Wysocki > --- > drivers/cpufreq/cpufreq.c |5 + > 1 file changed, 1

[PATCH] cpufreq: Simplify switch () in cpufreq_cpu_callback()

2016-04-06 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Merge two switch entries that do the same thing in cpufreq_cpu_callback(). No functional changes. Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq.c |5 + 1 file changed, 1 insertion(+), 4

[PATCH] cpufreq: Simplify switch () in cpufreq_cpu_callback()

2016-04-06 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Merge two switch entries that do the same thing in cpufreq_cpu_callback(). No functional changes. Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq.c |5 + 1 file changed, 1 insertion(+), 4 deletions(-) Index: linux-pm/drivers/cpufreq/cpufreq.c