Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133503
b: refs/heads/master
c: a5f5ea2
h: refs/heads/master
i:
  133501: 7330528
  133499: 835dcf7
  133495: 8ed7f5e
  133487: 5f0c92c
  133471: 041b02b
  133439: d317c0d
  133375: 0c995b7
v: v3
  • Loading branch information
Matt Kraai authored and Greg Kroah-Hartman committed Mar 24, 2009
1 parent 9b05d20 commit fcfbd48
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 0eb526b96ced3759e7d4445fc55204f314e33d8c
refs/heads/master: a5f5ea230d70f5dde4d787208855fa3c3cd7b31e
6 changes: 4 additions & 2 deletions trunk/drivers/usb/usb-skeleton.c
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,9 @@ static int skel_probe(struct usb_interface *interface, const struct usb_device_i
}

/* let the user know what node this device is now attached to */
info("USB Skeleton device now attached to USBSkel-%d", interface->minor);
dev_info(&interface->dev,
"USB Skeleton device now attached to USBSkel-%d",
interface->minor);
return 0;

error:
Expand Down Expand Up @@ -441,7 +443,7 @@ static void skel_disconnect(struct usb_interface *interface)
/* decrement our usage count */
kref_put(&dev->kref, skel_delete);

info("USB Skeleton #%d now disconnected", minor);
dev_info(&interface->dev, "USB Skeleton #%d now disconnected", minor);
}

static void skel_draw_down(struct usb_skel *dev)
Expand Down

0 comments on commit fcfbd48

Please sign in to comment.