From: Guennadi Liakhovetski Date: Tue, 22 Apr 2008 13:40:23 +0000 (-0300) Subject: V4L/DVB (7671): pxa-camera: fix DMA sg-list coalescing for more than 2 buffers X-Git-Tag: v2.6.26-rc1~1084^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa2110f3f33feb4a0c67a4996dc400dc594bc1d;p=pandora-kernel.git V4L/DVB (7671): pxa-camera: fix DMA sg-list coalescing for more than 2 buffers Currently the pxa-camera driver has a bug, visible when the user requests more than 2 video buffers. When the third buffer is queued, it is not appended to the DMA-descriptor list of the second buffer, but is again appended to the first buffer. Fix it. Signed-off-by: Guennadi Liakhovetski Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed