Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-11-01 Thread Stratos Karafotis
On 11/01/2013 02:18 AM, Rafael J. Wysocki wrote: On Friday, November 01, 2013 12:09:16 AM Viresh Kumar wrote: On 31 October 2013 23:57, Stratos Karafotis wrote: After commit dfa5bb622555d9da0df21b50f46ebdeef390041b "cpufreq: ondemand: Change the calculation of target frequency", this return

Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-11-01 Thread Stratos Karafotis
On 11/01/2013 02:18 AM, Rafael J. Wysocki wrote: On Friday, November 01, 2013 12:09:16 AM Viresh Kumar wrote: On 31 October 2013 23:57, Stratos Karafotis strat...@semaphore.gr wrote: After commit dfa5bb622555d9da0df21b50f46ebdeef390041b cpufreq: ondemand: Change the calculation of target

Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Rafael J. Wysocki
On Friday, November 01, 2013 12:09:16 AM Viresh Kumar wrote: > On 31 October 2013 23:57, Stratos Karafotis wrote: > > After commit dfa5bb622555d9da0df21b50f46ebdeef390041b > > "cpufreq: ondemand: Change the calculation of target frequency", > > this return statement is no longer needed. > > > >

Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Viresh Kumar
On 31 October 2013 23:57, Stratos Karafotis wrote: > After commit dfa5bb622555d9da0df21b50f46ebdeef390041b > "cpufreq: ondemand: Change the calculation of target frequency", > this return statement is no longer needed. > > Reported-by: Henrik Nilsson > Signed-off-by: Stratos Karafotis > --- >

[PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Stratos Karafotis
After commit dfa5bb622555d9da0df21b50f46ebdeef390041b "cpufreq: ondemand: Change the calculation of target frequency", this return statement is no longer needed. Reported-by: Henrik Nilsson Signed-off-by: Stratos Karafotis --- drivers/cpufreq/cpufreq_ondemand.c | 1 - 1 file changed, 1

[PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Stratos Karafotis
After commit dfa5bb622555d9da0df21b50f46ebdeef390041b cpufreq: ondemand: Change the calculation of target frequency, this return statement is no longer needed. Reported-by: Henrik Nilsson karl.henrik.nils...@gmail.com Signed-off-by: Stratos Karafotis strat...@semaphore.gr ---

Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Viresh Kumar
On 31 October 2013 23:57, Stratos Karafotis strat...@semaphore.gr wrote: After commit dfa5bb622555d9da0df21b50f46ebdeef390041b cpufreq: ondemand: Change the calculation of target frequency, this return statement is no longer needed. Reported-by: Henrik Nilsson karl.henrik.nils...@gmail.com

Re: [PATCH] cpufreq: ondemand: Remove redundant return statement

2013-10-31 Thread Rafael J. Wysocki
On Friday, November 01, 2013 12:09:16 AM Viresh Kumar wrote: On 31 October 2013 23:57, Stratos Karafotis strat...@semaphore.gr wrote: After commit dfa5bb622555d9da0df21b50f46ebdeef390041b cpufreq: ondemand: Change the calculation of target frequency, this return statement is no longer