From: Sachin Kamat Date: Thu, 26 Sep 2013 05:26:42 +0000 (+0530) Subject: cpufreq: SPEAr: Fix incorrect variable type X-Git-Tag: v3.12-rc4~11^2^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb25f13aed6c76df3c0004789485b7c4919ce47a;p=pandora-kernel.git cpufreq: SPEAr: Fix incorrect variable type 'clk_round_rate' returns a negative error code upon failure. This will never get detected by unsigned 'newfreq'. Make it signed. Signed-off-by: Sachin Kamat Acked-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed