diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2009-07-28 16:56:33 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-12 17:18:29 +0200 |
commit | b9ab3508efa57905ae037ddf48c97ea6ed74b799 (patch) | |
tree | c78aa797cceeb429e2617046fb6f683ecf8fda5f /drivers/media/video/saa7134/saa7134-video.c | |
parent | V4L/DVB (12370): v4l doc: fix cqcam source code path (diff) | |
download | linux-b9ab3508efa57905ae037ddf48c97ea6ed74b799.tar.xz linux-b9ab3508efa57905ae037ddf48c97ea6ed74b799.zip |
V4L/DVB (12372): saa7134: fix lock imbalance
There seems to be one superfluos unlock in a poll function. Remove it.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-video.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-video.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134-video.c b/drivers/media/video/saa7134/saa7134-video.c index 58854df5382b..da26f476a302 100644 --- a/drivers/media/video/saa7134/saa7134-video.c +++ b/drivers/media/video/saa7134/saa7134-video.c @@ -1444,7 +1444,6 @@ video_poll(struct file *file, struct poll_table_struct *wait) fh->cap.ops->buf_queue(&fh->cap,fh->cap.read_buf); fh->cap.read_off = 0; } - mutex_unlock(&fh->cap.vb_lock); buf = fh->cap.read_buf; } |