From: Viresh Kumar Date: Wed, 31 Oct 2012 00:28:21 +0000 (+0100) Subject: cpufreq: Make sure target freq is within limits X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~88^2~12^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7249924e537816368c4a35afd97ab311f75a6368;p=pandora-kernel.git cpufreq: Make sure target freq is within limits __cpufreq_driver_target() must not pass target frequency beyond the limits of current policy. Today most of cpufreq platform drivers are doing this check in their target routines. Why not move it to __cpufreq_driver_target()? Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed