The patch number 13198 was added via Jean-Francois Moine <moin...@free.fr>
to http://linuxtv.org/hg/v4l-dvb master development tree.

Kernel patches in this development tree may be modified to be backward
compatible with older kernels. Compatibility modifications will be
removed before inclusion into the mainstream Kernel

If anyone has any objections, please let us know by sending a message to:
        Linux Media Mailing List <linux-me...@vger.kernel.org>

------

From: Jean-Francois Moine  <moin...@free.fr>
gspca - ov519: Bad frame pointer in ovfx2 packet scan.


Priority: normal

Signed-off-by: Jean-Francois Moine <moin...@free.fr>


---

 linux/drivers/media/video/gspca/ov519.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -r 795c36ee2c54 -r 3f260d13f511 linux/drivers/media/video/gspca/ov519.c
--- a/linux/drivers/media/video/gspca/ov519.c   Sat Oct 17 12:21:29 2009 +0200
+++ b/linux/drivers/media/video/gspca/ov519.c   Mon Oct 19 12:40:33 2009 +0200
@@ -3970,7 +3970,7 @@
 {
        /* A short read signals EOF */
        if (len < OVFX2_BULK_SIZE) {
-               gspca_frame_add(gspca_dev, LAST_PACKET, frame, data, len);
+               frame = gspca_frame_add(gspca_dev, LAST_PACKET, frame, data, 
len);
                gspca_frame_add(gspca_dev, FIRST_PACKET, frame, NULL, 0);
                return;
        }


---

Patch is available at: 
http://linuxtv.org/hg/v4l-dvb/rev/3f260d13f5110946b4f955d01df4b7503c6858b3

_______________________________________________
linuxtv-commits mailing list
linuxtv-commits@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to