The patch number 12372 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Jiri Slaby <jirisl...@gmail.com> saa7134: fix lock imbalance There seems to be one superfluos unlock in a poll function. Remove it. Priority: normal Signed-off-by: Jiri Slaby <jirisl...@gmail.com> Signed-off-by: Douglas Schilling Landgraf <dougsl...@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/video/saa7134/saa7134-video.c | 1 - 1 file changed, 1 deletion(-) diff -r d8f219d71669 -r 2ea40e33b6ff linux/drivers/media/video/saa7134/saa7134-video.c --- a/linux/drivers/media/video/saa7134/saa7134-video.c Tue Jul 28 11:54:52 2009 -0300 +++ b/linux/drivers/media/video/saa7134/saa7134-video.c Tue Jul 28 11:56:33 2009 -0300 @@ -1444,7 +1444,6 @@ 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; } --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/2ea40e33b6ff2011fffb2e780b35250177c628fc _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits