commit | f2354dd180755e25369167eda5de2c226d59fb1d | [log] [tgz] |
---|---|---|
author | Jonathan Corbet <corbet@lwn.net> | Fri Mar 16 19:14:54 2012 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 19 22:16:29 2012 -0300 |
tree | 35a5b9ec5853e131252dc4c5c1030bfd86741a74 | |
parent | 121bbe254a46e075673e6b9eec5613ea16400ccc [diff] |
[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 <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>