From: Jonathan Corbet Date: Fri, 16 Mar 2012 22:14:54 +0000 (-0300) Subject: [media] marvell-cam: Don't signal multiple frame completions in scatter/gather mode X-Git-Tag: v3.4-rc1~110^2^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2354dd180755e25369167eda5de2c226d59fb1d;p=pandora-kernel.git [media] marvell-cam: Don't signal multiple frame completions in scatter/gather mode There is only one frame known to the DMA engine in scatter/gather mode, but it still tells us that any or all of frames 1-3 are done at each completion interrupt. Avoid the creation of junk frames by being sure to only "complete" one on each interrupt. Signed-off-by: Jonathan Corbet Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed