mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-usb@vger.kernel.org
Subject: [PATCH 13/16] usb: Convert dev_printk(KERN_<LEVEL> to dev_<level>(
Date: Sun, 28 Oct 2012 01:05:51 -0700	[thread overview]
Message-ID: <204c1949c94ee5d84aaa60770ead880b9aead14f.1351411048.git.joe@perches.com> (raw)
In-Reply-To: <cover.1351411047.git.joe@perches.com>

dev_<level> calls take less code than dev_printk(KERN_<LEVEL>
and reducing object size is good.

Signed-off-by: Joe Perches <joe@perches.com>
---
 drivers/usb/core/hub.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/usb/core/hub.c b/drivers/usb/core/hub.c
index 5b131b6..fbaf3c3 100644
--- a/drivers/usb/core/hub.c
+++ b/drivers/usb/core/hub.c
@@ -2055,7 +2055,7 @@ static void show_string(struct usb_device *udev, char *id, char *string)
 {
 	if (!string)
 		return;
-	dev_printk(KERN_INFO, &udev->dev, "%s: %s\n", id, string);
+	dev_info(&udev->dev, "%s: %s\n", id, string);
 }
 
 static void announce_device(struct usb_device *udev)
-- 
1.7.8.112.g3fd21


  parent reply	other threads:[~2012-10-28  8:11 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-28  8:05 [PATCH 00/16] treewide: " Joe Perches
2012-10-28  8:05 ` [PATCH 01/16] tile: " Joe Perches
2012-10-28 12:54   ` Chris Metcalf
2012-10-28  8:05 ` [PATCH 02/16] ata: " Joe Perches
2012-11-28 17:42   ` Jeff Garzik
2012-10-28  8:05 ` [PATCH 03/16] drivers: base: " Joe Perches
2012-10-28  8:05 ` [PATCH 04/16] block: " Joe Perches
2012-10-28  8:05 ` [PATCH 05/16] pcmcia: " Joe Perches
2012-10-28  8:05 ` [PATCH 06/16] dma: " Joe Perches
2012-10-29  5:54   ` Vinod Koul
2012-10-28  8:05 ` [PATCH 07/16] gpu: " Joe Perches
2012-10-28  8:05 ` [PATCH 08/16] i2c: " Joe Perches
2012-10-28 11:45   ` Jean Delvare
2012-10-28  8:05 ` [PATCH 09/16] wireless: " Joe Perches
2012-10-28  8:05 ` [PATCH 10/16] ethernet: " Joe Perches
2012-11-03  2:00   ` David Miller
2012-10-28  8:05 ` [PATCH 11/16] pci: " Joe Perches
2012-11-05 22:28   ` Bjorn Helgaas
2012-10-28  8:05 ` [PATCH 12/16] scsi: " Joe Perches
2012-10-28  8:05 ` Joe Perches [this message]
2012-10-28  8:05 ` [PATCH 14/16] virtio: " Joe Perches
2012-10-31 23:54   ` Rusty Russell
2012-10-28  8:05 ` [PATCH 15/16] watchdog: " Joe Perches
2012-10-28  8:05 ` [PATCH 16/16] sound: " Joe Perches
2012-10-28  8:59   ` Takashi Iwai
2012-10-28 10:54 ` [PATCH 00/16] treewide: " Sergei Shtylyov
2012-10-28 12:12   ` Joe Perches

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=204c1949c94ee5d84aaa60770ead880b9aead14f.1351411048.git.joe@perches.com \
    --to=joe@perches.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@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

Powered by JetHome