Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161424
b: refs/heads/master
c: 32a6095
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Mauro Carvalho Chehab committed Sep 12, 2009
1 parent 7b3acac commit 7ee5d51
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: 7c8b56795fdf59761ee3475b6add2fd4b635d2b6
refs/heads/master: 32a60955fb6312f19ea4856e66b894bfb6c4e949
2 changes: 1 addition & 1 deletion trunk/drivers/media/video/cx18/cx18-fileops.c
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ int cx18_v4l2_open(struct file *filp)
int res;
struct video_device *video_dev = video_devdata(filp);
struct cx18_stream *s = video_get_drvdata(video_dev);
struct cx18 *cx = s->cx;;
struct cx18 *cx = s->cx;

mutex_lock(&cx->serialize_lock);
if (cx18_init_on_first_open(cx)) {
Expand Down

0 comments on commit 7ee5d51

Please sign in to comment.