Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303700
b: refs/heads/master
c: 079d440
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed May 2, 2012
1 parent 557ec4e commit 3fd9761
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4f306309fc07075a70f0731805c7db2f075ebcab
refs/heads/master: 079d440e103da3ef39b2c8451b66780aa41fd34d
4 changes: 2 additions & 2 deletions trunk/drivers/usb/core/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ int usb_register_dev(struct usb_interface *intf,
if (retval)
return retval;

dev_dbg(&intf->dev, "looking for a minor, starting at %d", minor_base);
dev_dbg(&intf->dev, "looking for a minor, starting at %d\n", minor_base);

down_write(&minor_rwsem);
for (minor = minor_base; minor < MAX_USB_MINORS; ++minor) {
Expand Down Expand Up @@ -239,7 +239,7 @@ void usb_deregister_dev(struct usb_interface *intf,
if (intf->minor == -1)
return;

dbg ("removing %d minor", intf->minor);
dev_dbg(&intf->dev, "removing %d minor\n", intf->minor);

down_write(&minor_rwsem);
usb_minors[intf->minor] = NULL;
Expand Down

0 comments on commit 3fd9761

Please sign in to comment.