Re: [GIT PATCHES for 2.6.27] V4L/DVB fixes

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <video4linux-list@...>
Cc: Mauro Carvalho Chehab <mchehab@...>, Linus Torvalds <torvalds@...>, <linux-dvb-maintainer@...>, <linux-kernel@...>
Date: Tuesday, October 7, 2008 - 12:59 am

Mauro, Linus,

Please revert this patch for 2.6.27:


It was a patch for 2.6.28 where the BKL was pushed down from v4l core to 
the drivers, not for 2.6.27!

The patch below reverts it:

diff --git a/drivers/media/video/cx88/cx88-blackbird.c 
b/drivers/media/video/cx88/cx88-blackbird.c
index 6b92206..9a1374a 100644
--- a/drivers/media/video/cx88/cx88-blackbird.c
+++ b/drivers/media/video/cx88/cx88-blackbird.c
@@ -1070,7 +1070,6 @@ static int mpeg_open(struct inode *inode, struct 
file *file)
 		err = drv->request_acquire(drv);
 		if(err != 0) {
 			dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err);
-			unlock_kernel();
 			return err;
 		}
 	}

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>

Regards,

         Hans

On Sunday 05 October 2008 05:27:01 Mauro Carvalho Chehab wrote:


--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PATCHES for 2.6.27] V4L/DVB fixes, Mauro Carvalho Chehab, (Sat Oct 4, 11:27 pm)
Re: [GIT PATCHES for 2.6.27] V4L/DVB fixes, Hans Verkuil, (Tue Oct 7, 12:59 am)
Re: [GIT PATCHES for 2.6.27] V4L/DVB fixes, Linus Torvalds, (Tue Oct 7, 10:56 am)