- dprintk-adjustments-to-cpufreq-nforce2.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     dprintk adjustments to cpufreq-nforce2

has been  the -mm tree.  Its filename is

     dprintk-adjustments-to-cpufreq-nforce2.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: dprintk adjustments to cpufreq-nforce2
From: "Jan Beulich" <jbeulich@xxxxxxxxxx>


Remove KERN_* suffixes from some NForce2 cpufreq driver's dprintk-s.

Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>
Cc: Dave Jones <davej@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff -puN arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c~dprintk-adjustments-to-cpufreq-nforce2 arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c
--- devel/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c~dprintk-adjustments-to-cpufreq-nforce2	2006-06-01 20:21:01.000000000 -0700
+++ devel-akpm/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c	2006-06-01 20:21:01.000000000 -0700
@@ -265,7 +265,7 @@ static int nforce2_target(struct cpufreq
 	if (freqs.old == freqs.new)
 		return 0;
 
-	dprintk(KERN_INFO "cpufreq: Old CPU frequency %d kHz, new %d kHz\n",
+	dprintk("Old CPU frequency %d kHz, new %d kHz\n",
 	       freqs.old, freqs.new);
 
 	cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE);
@@ -277,7 +277,7 @@ static int nforce2_target(struct cpufreq
 		printk(KERN_ERR "cpufreq: Changing FSB to %d failed\n",
                        target_fsb);
 	else
-		dprintk(KERN_INFO "cpufreq: Changed FSB successfully to %d\n",
+		dprintk("Changed FSB successfully to %d\n",
                        target_fsb);
 
 	/* Enable IRQs */
_

Patches currently in -mm which might be from jbeulich@xxxxxxxxxx are

git-cpufreq.patch
mpt_interrupt-should-return-irq_none-when.patch
fall-back-to-old-style-call-trace-if-no-unwinding.patch
allow-unwinder-to-build-without-module-support.patch
fix-x86-microcode-driver-handling-of-multiple-matching.patch
vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386.patch
vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386-2.patch
adjust-handle_irr_event-return-type.patch
lock-validator-irqtrace-cleanup-include-asm-x86_64-irqflagsh.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux