lkml.org 
[lkml]   [2009]   [May]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 00/11] Change #ifdef DEBUG printk(KERN_DEBUG to pr_debug
Date
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(-)



\
 
 \ /
  Last update: 2009-05-15 20:03    [W:0.077 / U:1.700 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site