[PATCH] cpufreq-nforce2.c fix u32<0 test
authorGabriel A. Devenyi <ace@staticwave.ca>
Thu, 1 Dec 2005 09:09:22 +0000 (01:09 -0800)
committerDave Jones <davej@redhat.com>
Thu, 1 Dec 2005 09:23:24 +0000 (01:23 -0800)
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 <ace@staticwave.ca>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Dave Jones <davej@redhat.com>

No differences found