From: tip-bot for Joe Perches <joe@perches.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@redhat.com,
trivial@kernel.org, joe@perches.com, tglx@linutronix.de,
mingo@elte.hu
Subject: [tip:x86/debug] x86: Remove pr_<level> uses of KERN_<level>
Date: Sun, 12 Sep 2010 07:34:01 GMT [thread overview]
Message-ID: <tip-d0ed0c32662e756e7daf85e70a5a27a9c1111331@git.kernel.org> (raw)
In-Reply-To: <d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com>
Commit-ID: d0ed0c32662e756e7daf85e70a5a27a9c1111331
Gitweb: http://git.kernel.org/tip/d0ed0c32662e756e7daf85e70a5a27a9c1111331
Author: Joe Perches <joe@perches.com>
AuthorDate: Sat, 11 Sep 2010 22:10:54 -0700
Committer: Ingo Molnar <mingo@elte.hu>
CommitDate: Sun, 12 Sep 2010 09:32:31 +0200
x86: Remove pr_<level> uses of KERN_<level>
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Jiri Kosina <trivial@kernel.org>
LKML-Reference: <d40c60f4b036a26db8492848695bdafaa3b42791.1284267142.git.joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
---
arch/x86/kernel/apb_timer.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/kernel/apb_timer.c b/arch/x86/kernel/apb_timer.c
index 8dd7780..4004417 100644
--- a/arch/x86/kernel/apb_timer.c
+++ b/arch/x86/kernel/apb_timer.c
@@ -398,7 +398,7 @@ static int apbt_cpuhp_notify(struct notifier_block *n,
}
break;
default:
- pr_debug(KERN_INFO "APBT notified %lu, no action\n", action);
+ pr_debug("APBT notified %lu, no action\n", action);
}
return NOTIFY_OK;
}
@@ -552,7 +552,7 @@ bad_count:
pr_debug("APB CS going back %lx:%lx:%lx ",
t2, last_read, t2 - last_read);
bad_count_x3:
- pr_debug(KERN_INFO "tripple check enforced\n");
+ pr_debug("triple check enforced\n");
t0 = apbt_readl(phy_cs_timer_id,
APBTMR_N_CURRENT_VALUE);
udelay(1);
next prev parent reply other threads:[~2010-09-12 7:34 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1284267142.git.joe@perches.com>
2010-09-12 5:10 ` [PATCH 01/11] arch/arm: " Joe Perches
2010-09-14 7:37 ` Eric Miao
2010-09-12 5:10 ` [PATCH 02/11] arch/avr32: " Joe Perches
2010-09-12 5:10 ` [PATCH 03/11] arch/microblaze: " Joe Perches
2010-09-13 7:09 ` Michal Simek
2010-09-12 5:10 ` [PATCH 04/11] arch/mips: " Joe Perches
2010-09-18 23:59 ` Ralf Baechle
2010-09-12 5:10 ` [PATCH 05/11] arch/powerpc: " Joe Perches
2010-09-12 5:10 ` [PATCH 06/11] arch/x86: " Joe Perches
2010-09-12 7:34 ` tip-bot for Joe Perches [this message]
2010-09-12 5:10 ` [PATCH 07/11] drivers/infiniband: " Joe Perches
2010-09-29 3:51 ` Roland Dreier
2010-09-12 5:10 ` [PATCH 08/11] drivers/net/skfp: " Joe Perches
2010-09-14 3:04 ` David Miller
2010-09-12 5:10 ` [PATCH 09/11] drivers/staging/msm: " Joe Perches
2010-09-12 5:10 ` [PATCH 10/11] drivers/usb/gadget: " Joe Perches
2010-09-21 16:11 ` Joe Perches
2010-09-21 20:35 ` Greg KH
2010-09-12 5:10 ` [PATCH 11/11] sound: " Joe Perches
2010-09-13 8:25 ` Mark Brown
2010-09-13 17:55 ` Geoff Levand
2010-09-13 21:41 ` Takashi Iwai
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=tip-d0ed0c32662e756e7daf85e70a5a27a9c1111331@git.kernel.org \
--to=joe@perches.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
--cc=trivial@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome