if (cc < (cpu_hz[index].min - FREQ_DEVIATION)
- || cc > (cpu_hz[index].max + FREQ_DEVIATION)
+ || cc > (cpu_hz[index].max + FREQ_DEVIATION))
return 0;
return cc;
It really speaks for itself.
Good luck,
Jurriaan
-- If all is not lost, then where is it? Anonymous GNU/Linux 2.4.13-ac2 SMP/ReiserFS 2x1402 bogomips load av: 0.41 0.15 0.05 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/