aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/em28xx/em28xx-video.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/em28xx/em28xx-video.c b/drivers/media/video/em28xx/em28xx-video.c
index d3dd6a0fc8a1..0906bc5766cc 100644
--- a/drivers/media/video/em28xx/em28xx-video.c
+++ b/drivers/media/video/em28xx/em28xx-video.c
@@ -571,7 +571,9 @@ static void em28xx_vm_close(struct vm_area_struct *vma)
571{ 571{
572 /* NOTE: buffers are not freed here */ 572 /* NOTE: buffers are not freed here */
573 struct em28xx_frame_t *f = vma->vm_private_data; 573 struct em28xx_frame_t *f = vma->vm_private_data;
574 f->vma_use_count--; 574
575 if (f->vma_use_count)
576 f->vma_use_count--;
575} 577}
576 578
577static struct vm_operations_struct em28xx_vm_ops = { 579static struct vm_operations_struct em28xx_vm_ops = {