Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85738
b: refs/heads/master
c: fb62a59
h: refs/heads/master
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Feb 18, 2008
1 parent 606c0b3 commit 559cdb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 64f9477f95bf5d4ba49dc3988d47a15bc06bb5da
refs/heads/master: fb62a5953e9e6969f78adc7291c1a8845116f776
2 changes: 0 additions & 2 deletions trunk/drivers/media/video/saa7134/saa7134-empress.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ static int ts_release(struct inode *inode, struct file *file)
{
struct saa7134_dev *dev = file->private_data;

mutex_lock(&dev->empress_tsq.vb_lock);
videobuf_stop(&dev->empress_tsq);
videobuf_mmap_free(&dev->empress_tsq);
dev->empress_users--;
Expand All @@ -122,7 +121,6 @@ static int ts_release(struct inode *inode, struct file *file)
saa_writeb(SAA7134_AUDIO_MUTE_CTRL,
saa_readb(SAA7134_AUDIO_MUTE_CTRL) | (1 << 6));

mutex_unlock(&dev->empress_tsq.vb_lock);
return 0;
}

Expand Down

0 comments on commit 559cdb1

Please sign in to comment.