Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74811
b: refs/heads/master
c: 63337dd
h: refs/heads/master
i:
  74809: 16e366c
  74807: da92846
v: v3
  • Loading branch information
Mauro Carvalho Chehab committed Dec 11, 2007
1 parent 66b88a3 commit a4e6b01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 33f7771411c1f815208f6593d8fde8f9a135cea5
refs/heads/master: 63337dd3f5506628e4831b08e39e09d7f1407769
4 changes: 3 additions & 1 deletion trunk/drivers/media/video/em28xx/em28xx-video.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,9 @@ static void em28xx_vm_close(struct vm_area_struct *vma)
{
/* NOTE: buffers are not freed here */
struct em28xx_frame_t *f = vma->vm_private_data;
f->vma_use_count--;

if (f->vma_use_count)
f->vma_use_count--;
}

static struct vm_operations_struct em28xx_vm_ops = {
Expand Down

0 comments on commit a4e6b01

Please sign in to comment.