Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357193
b: refs/heads/master
c: 21a7339
h: refs/heads/master
i:
  357191: 1af77f5
v: v3
  • Loading branch information
Cyril Roelandt authored and Mauro Carvalho Chehab committed Dec 27, 2012
1 parent 6282c24 commit 2a49063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d7005f9875460021f28df90783771875b694a32
refs/heads/master: 21a73397c0cea688a37c532d1029fc8ecbd88fc6
3 changes: 1 addition & 2 deletions trunk/drivers/media/common/saa7146/saa7146_fops.c
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,7 @@ static int fops_release(struct file *file)

DEB_EE("file:%p\n", file);

if (mutex_lock_interruptible(vdev->lock))
return -ERESTARTSYS;
mutex_lock(vdev->lock);

if (vdev->vfl_type == VFL_TYPE_VBI) {
if (dev->ext_vv_data->capabilities & V4L2_CAP_VBI_CAPTURE)
Expand Down

0 comments on commit 2a49063

Please sign in to comment.