From: jhbird.choi@samsung.com Date: Mon, 18 Mar 2013 08:09:42 +0000 (+0000) Subject: cpufreq: Fix unsigned variable being checked for negative value X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~1^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df6055939f295d723871d9781e73495b131b3d6;p=pandora-kernel.git cpufreq: Fix unsigned variable being checked for negative value clk_round_rate() returns singed value which was assigned to an unsigned variable. So it can't be checked for negative. Signed-off-by: Jonghwan Choi Acked-by: Shawn Guo Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed