2Auge / easycap-somagic-linux

Automatically exported from code.google.com/p/easycap-somagic-linux
0 stars 0 forks source link

VM_RESERVED no longer in linux 3.7.x and up #13

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
In line 1111 of kernel/somagic_video.c there is:

vma->vm_flags |= VM_RESERVED

Since this flag no longer exists this line should be removed.
Module seems to work fine without.

Original issue reported on code.google.com by alibo...@gmail.com on 5 Jan 2013 at 1:13