Re: [PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-18 Thread Srivatsa S. Bhat
On 02/17/2014 06:36 AM, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Reduce the rampant usage of goto and the indentation level in > cpufreq_set_policy() to improve the readability of that code. > > No functional changes should result from that. > > Signed-off-by: Rafael J. Wysocki

Re: [PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-18 Thread Srivatsa S. Bhat
On 02/17/2014 06:36 AM, Rafael J. Wysocki wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Reduce the rampant usage of goto and the indentation level in cpufreq_set_policy() to improve the readability of that code. No functional changes should result from that. Signed-off-by:

Re: [PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-16 Thread Viresh Kumar
On 17 February 2014 06:36, Rafael J. Wysocki wrote: > From: Rafael J. Wysocki > > Reduce the rampant usage of goto and the indentation level in > cpufreq_set_policy() to improve the readability of that code. > > No functional changes should result from that. > > Signed-off-by: Rafael J. Wysocki

[PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-16 Thread Rafael J. Wysocki
From: Rafael J. Wysocki Reduce the rampant usage of goto and the indentation level in cpufreq_set_policy() to improve the readability of that code. No functional changes should result from that. Signed-off-by: Rafael J. Wysocki --- drivers/cpufreq/cpufreq.c | 102

[PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-16 Thread Rafael J. Wysocki
From: Rafael J. Wysocki rafael.j.wyso...@intel.com Reduce the rampant usage of goto and the indentation level in cpufreq_set_policy() to improve the readability of that code. No functional changes should result from that. Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com ---

Re: [PATCH] cpufreq: Refactor cpufreq_set_policy()

2014-02-16 Thread Viresh Kumar
On 17 February 2014 06:36, Rafael J. Wysocki r...@rjwysocki.net wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com Reduce the rampant usage of goto and the indentation level in cpufreq_set_policy() to improve the readability of that code. No functional changes should result from that.