On Wed, Dec 14, 2005 at 01:26:49PM +0100, Eric Sesterhenn / snakebyte wrote: > Hi, > > arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c declares > pll as u32 which is unsigned, and checks it agains < 0. > This patch changes it from u32 to s32 so the check > makes sense, nforce2_write_pll() and nforce2_calc_pll() > also expect/return a signed int. > > Signed-off-by: Eric Sesterhenn Already fixed in cpufreq.git / -mm Will go to Linus post 2.6.15 Dave