From 08ec64d0aa437850a8c8696f07113cf50569336b Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 28 Oct 2012 01:05:51 -0700 Subject: [PATCH] --- yaml --- r: 338545 b: refs/heads/master c: f2ec522e78ef5cdc12d1dbecf254cdf31eb2b6d3 h: refs/heads/master i: 338543: ae27408884c501826ab93cb23f525ea60b527d16 v: v3 --- [refs] | 2 +- trunk/drivers/usb/core/hub.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 073ca4f4280d..61e5a21131a0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b472b8e22f9f9bc88dc73017d61609684289fb13 +refs/heads/master: f2ec522e78ef5cdc12d1dbecf254cdf31eb2b6d3 diff --git a/trunk/drivers/usb/core/hub.c b/trunk/drivers/usb/core/hub.c index 5b131b6477db..fbaf3c3dbf07 100644 --- a/trunk/drivers/usb/core/hub.c +++ b/trunk/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)