Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85736
b: refs/heads/master
c: ce3a35d
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 2991770 commit a87cc0c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 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: 0ed4a6ea9dbd9f5b77ce594f7f46be022d2c49ec
refs/heads/master: ce3a35d3c00918296e552af5ecc7b771af766436
1 change: 0 additions & 1 deletion trunk/drivers/media/common/saa7146_vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,6 @@ static int vbi_open(struct saa7146_dev *dev, struct file *file)
V4L2_FIELD_SEQ_TB, // FIXME: does this really work?
sizeof(struct saa7146_buf),
file);
mutex_init(&fh->vbi_q.lock);

init_timer(&fh->vbi_read_timeout);
fh->vbi_read_timeout.function = vbi_read_timeout;
Expand Down
2 changes: 0 additions & 2 deletions trunk/drivers/media/common/saa7146_video.c
Original file line number Diff line number Diff line change
Expand Up @@ -1417,8 +1417,6 @@ static int video_open(struct saa7146_dev *dev, struct file *file)
sizeof(struct saa7146_buf),
file);

mutex_init(&fh->video_q.lock);

return 0;
}

Expand Down

0 comments on commit a87cc0c

Please sign in to comment.