[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1242407227.git.joe@perches.com>
Date: Fri, 15 May 2009 10:59:34 -0700
From: Joe Perches <joe@...ches.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH 00/11] Change #ifdef DEBUG printk(KERN_DEBUG to pr_debug
From: Joe Perches <joe@...ches.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@...ches.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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists