[media] gspca: reset image_len to 0 on LAST_PACKET when discarding frame
authorHans de Goede <hdegoede@redhat.com>
Sun, 5 Jun 2011 06:44:43 +0000 (03:44 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:39 +0000 (17:53 -0300)
Reset image and image_len to NULL/0 on LAST_PACKET when we're in discard
frame mode, just like we do when not discarding the current frame.

The new se401 driver uses image_len for SOF/EOF detection and thus depends on
this.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found