Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254639
b: refs/heads/master
c: 8f3a307
h: refs/heads/master
i:
  254637: e621166
  254635: 2492f9a
  254631: 32d79fb
  254623: fd6be95
v: v3
  • Loading branch information
Vaibhav Hiremath authored and Mauro Carvalho Chehab committed Jul 1, 2011
1 parent 9d9aca7 commit 729f288
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: e8bb10b82f3d9fff79751ee392c1c499e3d68365
refs/heads/master: 8f3a307b9afd8c2ebde46ef317df4df3813301a7
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/omap/omap_vout.c
Original file line number Diff line number Diff line change
Expand Up @@ -2391,7 +2391,7 @@ static int __init omap_vout_create_video_devices(struct platform_device *pdev)
/* Register the Video device with V4L2
*/
vfd = vout->vfd;
if (video_register_device(vfd, VFL_TYPE_GRABBER, k + 1) < 0) {
if (video_register_device(vfd, VFL_TYPE_GRABBER, -1) < 0) {
dev_err(&pdev->dev, ": Could not register "
"Video for Linux device\n");
vfd->minor = -1;
Expand Down

0 comments on commit 729f288

Please sign in to comment.