summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiri Slaby2009-07-28 16:56:33 +0200
committerMauro Carvalho Chehab2009-09-12 17:18:29 +0200
commitb9ab3508efa57905ae037ddf48c97ea6ed74b799 (patch)
treec78aa797cceeb429e2617046fb6f683ecf8fda5f
parentV4L/DVB (12370): v4l doc: fix cqcam source code path (diff)
downloadkernel-qcow2-linux-b9ab3508efa57905ae037ddf48c97ea6ed74b799.tar.gz
kernel-qcow2-linux-b9ab3508efa57905ae037ddf48c97ea6ed74b799.tar.xz
kernel-qcow2-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>
-rw-r--r--drivers/media/video/saa7134/saa7134-video.c1
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;
}