The patch number 8904 was added via Hans Verkuil <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] ------ From: Hans Verkuil <[EMAIL PROTECTED]> cx88: add missing unlock_kernel sparse found an unbalanced BKL usage. Priority: high Signed-off-by: Hans Verkuil <[EMAIL PROTECTED]> --- linux/drivers/media/video/cx88/cx88-blackbird.c | 1 + 1 file changed, 1 insertion(+) diff -r 910ba7d707d4 -r 0de88db95004 linux/drivers/media/video/cx88/cx88-blackbird.c --- a/linux/drivers/media/video/cx88/cx88-blackbird.c Tue Sep 02 08:39:29 2008 -0300 +++ b/linux/drivers/media/video/cx88/cx88-blackbird.c Wed Sep 03 00:00:21 2008 +0200 @@ -1092,6 +1092,7 @@ static int mpeg_open(struct inode *inode err = drv->request_acquire(drv); if(err != 0) { dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err); + unlock_kernel(); return err; } } --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/0de88db95004ced1ba1c1c227b75943cf781ab96 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits