On 27 August 2013 00:07, Stratos Karafotis <[email protected]> wrote: > Function __cpufreq_driver_target checks if target_freq is within > policy->min and policy->max range. generic_powersave_bias_target also > checks if target_freq is valid through cpufreq_frequency_table_target > call. So, drop the unnecessary duplicate check in *_check_cpu functions. > > Signed-off-by: Stratos Karafotis <[email protected]> > --- > drivers/cpufreq/cpufreq_conservative.c | 4 ---- > drivers/cpufreq/cpufreq_ondemand.c | 3 --- > 2 files changed, 7 deletions(-)
Acked-by: Viresh Kumar <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

