On Tue, Jul 12, 2011 at 12:15:16AM +0100, Rafał Bilski wrote: Your email client word-wrapped your patch so it won't apply. When you resend, there's a few small typos/grammar.. > + /* Check for systems using underclocked CPU */ > + if (!freq_failsafe_off && max_multiplier != current_multiplier) { > + printk(KERN_INFO "eps: Your processor is running at > different then " > + "its maximum frequency.\n"); "is running at a different frequency than its maximum" reads a little clearer. > + printk(KERN_INFO "eps: Some systems use underclocked CPU's\n"); > + printk(KERN_INFO "eps: Use of \"e_powersaver\" on them may cause " > + "irreperable damage.\n"); 'irreparable'. > + if (!voltage_failsafe_off && max_voltage != current_voltage) { > + printk(KERN_INFO "eps: Your processor is running at > different then " > + "its maximum voltage.\n"); similar to above. Dave -- To unsubscribe from this list: send the line "unsubscribe cpufreq" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html