]> git.baikalelectronics.ru Git - kernel.git/commit
[media] videobuf-dma-contig: use vm_iomap_memory()
authorMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 17 Apr 2013 11:22:16 +0000 (08:22 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 21 May 2013 12:22:12 +0000 (09:22 -0300)
commit081aec4a497f1929241bc7bc0647c30abb59fde7
tree63456fcb4d25458306c66d4f27820972b7537776
parent4ab307eb5cad7a1eb6d9d6c979c14c89c1cd6acc
[media] videobuf-dma-contig: use vm_iomap_memory()

vm_iomap_memory() provides a better end user interface than
remap_pfn_range(), as it does the needed tests before doing
mmap.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/v4l2-core/videobuf-dma-contig.c