From: Guennadi Liakhovetski Date: Mon, 25 Feb 2013 17:22:37 +0000 (+0100) Subject: cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate() X-Git-Tag: v3.10-rc5~16^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ca684365547cd5f214b5739568dae3df5d6cec9;p=pandora-kernel.git cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate() clk_set_rate() isn't supposed to accept approximate frequencies, instead a supported frequency should be obtained from clk_round_rate() and then used to set the clock. Signed-off-by: Guennadi Liakhovetski Acked-by: Shawn Guo Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed