From: Gabriel A. Devenyi Date: Thu, 1 Dec 2005 09:09:22 +0000 (-0800) Subject: [PATCH] cpufreq-nforce2.c fix u32<0 test X-Git-Tag: v2.6.16-rc1~474^2~22^2~11^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4921914de19339d7cd987d2ed6d48754821f41a;p=pandora-kernel.git [PATCH] cpufreq-nforce2.c fix u32<0 test Thanks to LinuxICC (http://linuxicc.sf.net), a comparison of a u32 less than 0 was found, this patch changes the variable to a signed int so that comparison is meaningful. Signed-off-by: Gabriel A. Devenyi Signed-off-by: Andrew Morton Signed-off-by: Dave Jones --- Reading git-diff-tree failed