Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"

This reverts commit 135aedc38e812b922aa56096f36a3d72ffbcf2fb, as
requested by Hans Verkuil.

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!

Requested-by: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-of-by: Linus Torvalds <torvalds@linux-foundation.org>

-1
-1
drivers/media/video/cx88/cx88-blackbird.c
··· 1070 1070 err = drv->request_acquire(drv); 1071 1071 if(err != 0) { 1072 1072 dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err); 1073 - unlock_kernel(); 1074 1073 return err; 1075 1074 } 1076 1075 }