Skip to content

Commit

Permalink
V4L/DVB (8904): cx88: add missing unlock_kernel
Browse files Browse the repository at this point in the history
sparse found an unbalanced BKL usage.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
hverkuil authored and Mauro Carvalho Chehab committed Sep 29, 2008
1 parent b675c05 commit 135aedc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/cx88/cx88-blackbird.c
Expand Up @@ -1070,6 +1070,7 @@ 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 135aedc

Please sign in to comment.