From: Stratos Karafotis Date: Mon, 26 Aug 2013 18:37:28 +0000 (+0300) Subject: cpufreq: governors: Remove duplicate check of target freq in supported range X-Git-Tag: v3.12-rc1~178^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934dac1ea072bd8adff8d6a6abba561731e093cf;p=pandora-kernel.git cpufreq: governors: Remove duplicate check of target freq in supported range 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 via a cpufreq_frequency_table_target() call. So, drop the unnecessary duplicate check in *_check_cpu(). Signed-off-by: Stratos Karafotis Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed