Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142435
b: refs/heads/master
c: a4124aa
h: refs/heads/master
i:
  142433: 5455c23
  142431: 71198aa
v: v3
  • Loading branch information
Janne Grunau authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent a3e9d15 commit 0ae3ec8
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: 70ad6383541c56dc82071b30249df56dfdcdd27f
refs/heads/master: a4124aa95834a6c508e963354205b25cac5352f0
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/au0828/au0828-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ static int au0828_usb_probe(struct usb_interface *interface,
i = atomic_inc_return(&au0828_instance) - 1;
snprintf(dev->v4l2_dev.name, sizeof(dev->v4l2_dev.name), "%s-%03d",
"au0828", i);
retval = v4l2_device_register(&dev->usbdev->dev, &dev->v4l2_dev);
retval = v4l2_device_register(&interface->dev, &dev->v4l2_dev);
if (retval) {
printk(KERN_ERR "%s() v4l2_device_register failed\n",
__func__);
Expand Down

0 comments on commit 0ae3ec8

Please sign in to comment.