linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo>
@ 2009-05-18 20:11 Joe Perches
  2009-05-18 20:11 ` [PATCH 1/2] drivers/ide/ide-core: Convert printk(KERN_<foo> to pr_<foo>( without KERN_DEBUG Joe Perches
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joe Perches @ 2009-05-18 20:11 UTC (permalink / raw)
  To: Bartlomiej Zolnierkiewicz
  Cc: linux-kernel, linux-ide, Sergei Shtylyov, Krzysztof Halasa,
	Borislav Petkov

Standardize printk's by mostly mechanical conversions of
printk(KERN_<foo> to pr_<foo>(.  The KERN_DEBUG uses are
not done, deferred until a more standard mechanism exists

Standardize pr_<foo> logging uses of drive->name and hwif->name
to use dev_<foo>.

Signed-off-by: Joe Perches <joe@perches.com>

Joe Perches (2):
  drivers/ide/ide-core: Convert printk(KERN_<foo> to pr_<foo>( without KERN_DEBUG
  drivers/ide/ide-core: Convert pr_<foo> to dev_<foo>

 drivers/ide/ide-acpi.c      |   17 +++----
 drivers/ide/ide-atapi.c     |   67 +++++++++++++--------------
 drivers/ide/ide-dma-sff.c   |    6 +-
 drivers/ide/ide-dma.c       |   28 ++++++------
 drivers/ide/ide-eh.c        |   25 +++++-----
 drivers/ide/ide-io.c        |   16 +++----
 drivers/ide/ide-ioctls.c    |    4 +-
 drivers/ide/ide-iops.c      |    9 ++--
 drivers/ide/ide-legacy.c    |    8 ++--
 drivers/ide/ide-lib.c       |   68 +++++++++++++-------------
 drivers/ide/ide-pm.c        |   11 ++--
 drivers/ide/ide-probe.c     |  108 ++++++++++++++++++++++---------------------
 drivers/ide/ide-proc.c      |   16 +++----
 drivers/ide/ide-scan-pci.c  |    4 +-
 drivers/ide/ide-taskfile.c  |   23 ++++-----
 drivers/ide/ide-xfer-mode.c |    6 +-
 drivers/ide/ide.c           |   25 ++++------
 drivers/ide/setup-pci.c     |   87 +++++++++++++++++-----------------
 18 files changed, 258 insertions(+), 270 deletions(-)


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

end of thread, other threads:[~2009-05-22 19:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 20:11 drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo> Joe Perches
2009-05-18 20:11 ` [PATCH 1/2] drivers/ide/ide-core: Convert printk(KERN_<foo> to pr_<foo>( without KERN_DEBUG Joe Perches
2009-05-18 20:11 ` [PATCH 2/2] drivers/ide/ide-core: Convert pr_<foo> to dev_<foo> Joe Perches
2009-05-22 18:22 ` drivers/ide/ide-core: Convert printk's to pr_<foo> and dev_<foo> Bartlomiej Zolnierkiewicz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).