The patch number 9284 was added via Jean-Francois Moine <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] ------ merge: from http://linuxtv.org/hg/~eandren/gspca-m5602/ --- linux/drivers/media/video/gspca/gspca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r edc89d475ecd -r d824799c76eb linux/drivers/media/video/gspca/gspca.c --- a/linux/drivers/media/video/gspca/gspca.c Thu Oct 16 21:49:17 2008 +0200 +++ b/linux/drivers/media/video/gspca/gspca.c Fri Oct 17 09:07:02 2008 +0200 @@ -413,7 +413,7 @@ static void destroy_urbs(struct gspca_de unsigned int i; PDEBUG(D_STREAM, "kill transfer"); - for (i = 0; i < MAX_NURBS; ++i) { + for (i = 0; i < MAX_NURBS; i++) { urb = gspca_dev->urb[i]; if (urb == NULL) break; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/d824799c76ebc89325082e312a624f7729340251 _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits