Skip to content

Commit

Permalink
Revert "V4L/DVB (8904): cx88: add missing unlock_kernel"
Browse files Browse the repository at this point in the history
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 <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-of-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
torvalds committed Oct 7, 2008
1 parent 4330ed8 commit e09e6e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/media/video/cx88/cx88-blackbird.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit e09e6e2

Please sign in to comment.