diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-31 13:40:04 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-18 11:15:11 -0300 |
commit | ce3a35d3c00918296e552af5ecc7b771af766436 (patch) | |
tree | 11cea0e1b70fde7fef7b231b2096498c2fad5680 /drivers/media/common/saa7146_video.c | |
parent | 0ed4a6ea9dbd9f5b77ce594f7f46be022d2c49ec (diff) |
V4L/DVB (7120): videobuf lock is already initialized at videobuf-core.c
Removes the duplicated mutex_init code.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/common/saa7146_video.c')
-rw-r--r-- | drivers/media/common/saa7146_video.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/saa7146_video.c b/drivers/media/common/saa7146_video.c index c31ab480d8e1..66fdbd0e6a6d 100644 --- a/drivers/media/common/saa7146_video.c +++ b/drivers/media/common/saa7146_video.c @@ -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; } |