From: Viresh Kumar Date: Mon, 1 Apr 2013 12:57:47 +0000 (+0000) Subject: cpufreq: drivers: don't check range of target freq in .target() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~1^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a00627a187dca212c43a511852f06dd2c94b9aa;p=pandora-kernel.git cpufreq: drivers: don't check range of target freq in .target() Cpufreq core checks the range of target_freq before calling driver->target() and so we don't need to do it again. Remove it. Signed-off-by: Viresh Kumar Acked-by: Linus Walleij Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed