dect
/
linux-2.6
Archived
13
0
Fork 0

V4L/DVB (13387): gspca - main: Fix a compilation warning.

Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Jean-Francois Moine 2009-11-07 16:38:55 -03:00 committed by Mauro Carvalho Chehab
parent 77ee33184f
commit b760812ed7
1 changed files with 1 additions and 1 deletions

View File

@ -1619,7 +1619,7 @@ static int dev_mmap(struct file *file, struct vm_area_struct *vma)
size -= PAGE_SIZE;
}
vma->vm_ops = &gspca_vm_ops;
vma->vm_ops = (struct vm_operations_struct *) &gspca_vm_ops;
vma->vm_private_data = frame;
gspca_vm_open(vma);
ret = 0;