Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e09e6e2b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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



This reverts commit 135aedc3, 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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-of-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4330ed8e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
		}
	}