Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142431
b: refs/heads/master
c: 7231748
h: refs/heads/master
i:
  142429: 1824d12
  142427: 198a570
  142423: 79123f3
  142415: 39acc88
  142399: 39b1fa6
v: v3
  • Loading branch information
Janne Grunau authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 1c91b48 commit 71198aa
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: 5fb1b2567982cffce355e4b3139a3de4430be899
refs/heads/master: 7231748af687819fa1699c80e64ed6b47a4a3ff0
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx231xx/cx231xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static int cx231xx_usb_probe(struct usb_interface *interface,
/* Create v4l2 device */
snprintf(dev->v4l2_dev.name, sizeof(dev->v4l2_dev.name),
"%s-%03d", "cx231xx", nr);
retval = v4l2_device_register(&udev->dev, &dev->v4l2_dev);
retval = v4l2_device_register(&interface->dev, &dev->v4l2_dev);
if (retval) {
cx231xx_errdev("v4l2_device_register failed\n");
cx231xx_devused &= ~(1 << nr);
Expand Down

0 comments on commit 71198aa

Please sign in to comment.