public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Change #ifdef DEBUG printk(KERN_DEBUG to pr_debug
@ 2009-05-15 17:59 Joe Perches
  2009-05-15 17:59 ` [PATCH 01/11] arch/arm: Convert #ifdef DEBUG printk(KERN_DEBUG to pr_debug( Joe Perches
                   ` (10 more replies)
  0 siblings, 11 replies; 18+ messages in thread
From: Joe Perches @ 2009-05-15 17:59 UTC (permalink / raw)
  To: linux-kernel

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(-)


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2009-05-18  1:33 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15 17:59 [PATCH 00/11] Change #ifdef DEBUG printk(KERN_DEBUG to pr_debug Joe Perches
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox