Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 271909
b: refs/heads/master
c: ee7dd4e
h: refs/heads/master
i:
  271907: 85dcc49
v: v3
  • Loading branch information
Jean-François Moine authored and Mauro Carvalho Chehab committed Sep 24, 2011
1 parent 082cfd7 commit c2cd6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f22123faeda46cdd6a8586316a96543f90d9aba8
refs/heads/master: ee7dd4e06e843ffb873418ee9bf449b18f1552f6
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,8 @@ int gspca_dev_probe2(struct usb_interface *intf,
struct usb_device *dev = interface_to_usbdev(intf);
int ret;

PDEBUG(D_PROBE, "probing %04x:%04x", id->idVendor, id->idProduct);
pr_info("%s-" GSPCA_VERSION " probing %04x:%04x\n",
sd_desc->name, id->idVendor, id->idProduct);

/* create the device */
if (dev_size < sizeof *gspca_dev)
Expand Down

0 comments on commit c2cd6e5

Please sign in to comment.