[CPUFREQ] arch/x86/kernel/cpu/cpufreq: Fix unsigned return type
[pandora-kernel.git] / arch / x86 / kernel / cpu / cpufreq / longrun.c
index fc09f14..77945bf 100644 (file)
@@ -165,7 +165,7 @@ static unsigned int longrun_get(unsigned int cpu)
  * TMTA rules:
  * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
  */
-static unsigned int __cpuinit longrun_determine_freqs(unsigned int *low_freq,
+static int __cpuinit longrun_determine_freqs(unsigned int *low_freq,
                                                      unsigned int *high_freq)
 {
        u32 msr_lo, msr_hi;