The patch titled cpufreq: make cpufreq-nforce2 less obnoxious has been removed from the -mm tree. Its filename was cpufreq-make-cpufreq-nforce2-less-obnoxious.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cpufreq: make cpufreq-nforce2 less obnoxious From: Matthew Garrett <mjg59@xxxxxxxxxxxxx> Not owning an nforce2 is a sign of good taste, not an error. Signed-off-by: Matthew Garrett <mjg@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c~cpufreq-make-cpufreq-nforce2-less-obnoxious arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c --- a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c~cpufreq-make-cpufreq-nforce2-less-obnoxious +++ a/arch/x86/kernel/cpu/cpufreq/cpufreq-nforce2.c @@ -420,7 +420,7 @@ static int __init nforce2_init(void) /* detect chipset */ if (nforce2_detect_chipset()) { - printk(KERN_ERR "cpufreq: No nForce2 chipset.\n"); + printk(KERN_INFO "cpufreq: No nForce2 chipset.\n"); return -ENODEV; } _ Patches currently in -mm which might be from mjg59@xxxxxxxxxxxxx are serial-update-pnp-ids.patch linux-next.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html