diff options
Diffstat (limited to 'drivers/media/common/saa7146_fops.c')
-rw-r--r-- | drivers/media/common/saa7146_fops.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/saa7146_fops.c b/drivers/media/common/saa7146_fops.c index 09ec964dec5c..a9ff5b5af1cf 100644 --- a/drivers/media/common/saa7146_fops.c +++ b/drivers/media/common/saa7146_fops.c | |||
@@ -332,6 +332,7 @@ static int fops_mmap(struct file *file, struct vm_area_struct * vma) | |||
332 | BUG(); | 332 | BUG(); |
333 | return 0; | 333 | return 0; |
334 | } | 334 | } |
335 | |||
335 | return videobuf_mmap_mapper(q,vma); | 336 | return videobuf_mmap_mapper(q,vma); |
336 | } | 337 | } |
337 | 338 | ||