Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76747
b: refs/heads/master
c: a2a9b1e
h: refs/heads/master
i:
  76745: 13c29d9
  76743: a6500af
v: v3
  • Loading branch information
Julia Lawall authored and Mauro Carvalho Chehab committed Jan 25, 2008
1 parent 504a27b commit 4025e53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bc835d80d9cd912cfa8beb6ad4549cd8160d3601
refs/heads/master: a2a9b1eceb50993ef9e126dffc2f678fd6602158
1 change: 1 addition & 0 deletions trunk/drivers/media/common/saa7146_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@ int saa7146_register_device(struct video_device **vid, struct saa7146_dev* dev,
// fixme: -1 should be an insmod parameter *for the extension* (like "video_nr");
if (video_register_device(vfd, type, -1) < 0) {
ERR(("cannot register v4l2 device. skipping.\n"));
video_device_release(vfd);
return -1;
}

Expand Down

0 comments on commit 4025e53

Please sign in to comment.