From: Laurent Pinchart Date: Thu, 3 Nov 2011 10:24:34 +0000 (-0300) Subject: [media] uvcvideo: Don't skip erroneous payloads X-Git-Tag: v3.3-rc1~48^2~436 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3afedb95858bcc117b207a7c0a6767fe891bdfe9;p=pandora-kernel.git [media] uvcvideo: Don't skip erroneous payloads Instead of skipping the payload completely, which would make the resulting image corrupted anyway, store the payload normally and mark the buffer as erroneous. If the no_drop module parameter is set to 1 the buffer will then be passed to userspace, and tt will then be up to the application to decide what to do with the buffer. Signed-off-by: Laurent Pinchart Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed