From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH 00/11] Change #ifdef DEBUG printk(KERN_DEBUG to pr_debug
Date: Fri, 15 May 2009 10:59:34 -0700 [thread overview]
Message-ID: <cover.1242407227.git.joe@perches.com> (raw)
From: Joe Perches <joe@perches.com>
Remove unnecessary #ifdef DEBUG/#endif pairs
with trivial conversions of:
#ifdef DEBUG
printk(KERN_DEBUG foo);
#endif
to:
pr_debug(foo);
Signed-off-by: Joe Perches <joe@perches.com>
Joe Perches (11):
arch/arm: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
arch/h8300: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
arch/m68knommu: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
arch/powerpc: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
arch/um: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
drivers/isdn: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
drivers/macintosh: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
drivers/net: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
drivers/scsi: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
fs/efs: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
mm: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug(
arch/arm/mach-omap1/id.c | 26 +++++++++----------
arch/h8300/kernel/setup.c | 24 +++++++----------
arch/h8300/mm/init.c | 4 +--
arch/m68knommu/kernel/setup.c | 16 +++++------
arch/m68knommu/mm/init.c | 4 +--
arch/powerpc/platforms/pseries/eeh_cache.c | 6 +---
arch/um/drivers/hostaudio_kern.c | 38 ++++++++-------------------
drivers/isdn/i4l/isdn_bsdcomp.c | 4 +--
drivers/isdn/pcbit/callbacks.c | 9 +-----
drivers/isdn/pcbit/capi.c | 16 +++---------
drivers/isdn/pcbit/drv.c | 30 ++++++---------------
drivers/isdn/pcbit/layer2.c | 30 ++++++---------------
drivers/macintosh/ans-lcd.c | 16 +++---------
drivers/net/tc35815.c | 13 +++------
drivers/scsi/aha1542.c | 8 +----
fs/efs/dir.c | 5 +--
fs/efs/inode.c | 14 +++-------
mm/oom_kill.c | 6 +---
18 files changed, 88 insertions(+), 181 deletions(-)
next reply other threads:[~2009-05-15 17:59 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-15 17:59 Joe Perches [this message]
2009-05-15 17:59 ` [PATCH 01/11] arch/arm: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug( Joe Perches
2009-05-15 17:59 ` [PATCH 02/11] arch/h8300: " Joe Perches
2009-05-15 17:59 ` [PATCH 03/11] arch/m68knommu: " Joe Perches
2009-05-18 1:33 ` Greg Ungerer
2009-05-15 17:59 ` [PATCH 04/11] arch/powerpc: " Joe Perches
2009-05-15 17:59 ` [PATCH 05/11] arch/um: " Joe Perches
2009-05-15 17:59 ` [PATCH 06/11] drivers/isdn: " Joe Perches
2009-05-15 17:59 ` [PATCH 07/11] drivers/macintosh: " Joe Perches
2009-05-15 17:59 ` [PATCH 08/11] drivers/net: " Joe Perches
2009-05-15 17:59 ` [PATCH 09/11] drivers/scsi: " Joe Perches
2009-05-15 18:56 ` James Bottomley
2009-05-15 19:04 ` Joe Perches
2009-05-15 17:59 ` [PATCH 10/11] fs/efs: " Joe Perches
2009-05-15 17:59 ` [PATCH 11/11] mm: " Joe Perches
2009-05-15 18:56 ` Serge E. Hallyn
2009-05-15 19:40 ` Joe Perches
2009-05-15 19:40 ` David Rientjes
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=cover.1242407227.git.joe@perches.com \
--to=joe@perches.com \
--cc=linux-kernel@vger.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