Skip to content

Commit e09e6e2

Browse files
committed
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
This reverts commit 135aedc, 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 <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Signed-of-by: Linus Torvalds <[email protected]>
1 parent 4330ed8 commit e09e6e2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/media/video/cx88/cx88-blackbird.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,6 @@ static int mpeg_open(struct inode *inode, struct file *file)
10701070
err = drv->request_acquire(drv);
10711071
if(err != 0) {
10721072
dprintk(1,"%s: Unable to acquire hardware, %d\n", __func__, err);
1073-
unlock_kernel();
10741073
return err;
10751074
}
10761075
}

0 commit comments

Comments
 (0)