Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338545
b: refs/heads/master
c: f2ec522
h: refs/heads/master
i:
  338543: ae27408
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Oct 30, 2012
1 parent c015fa3 commit 08ec64d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b472b8e22f9f9bc88dc73017d61609684289fb13
refs/heads/master: f2ec522e78ef5cdc12d1dbecf254cdf31eb2b6d3
2 changes: 1 addition & 1 deletion trunk/drivers/usb/core/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08ec64d

Please sign in to comment.