[media] v4l: vb2-dma-contig: align buffer size to PAGE_SIZE
authorTomasz Stanislawski <t.stanislaws@samsung.com>
Tue, 9 Oct 2012 17:07:41 +0000 (14:07 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Sun, 25 Nov 2012 19:21:37 +0000 (17:21 -0200)
Most operations on DMA and DMABUF framework require the size of a buffer to be
page aligned. This patch guarantees the requirement is satisfied for all
vb2-dma-contig buffers.

Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found