The patch number 10982 was added via Hans Verkuil <hverk...@xs4all.nl> 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: Hans Verkuil <hverk...@xs4all.nl> cx231xx: fix compile warning Priority: normal Signed-off-by: Hans Verkuil <hverk...@xs4all.nl> --- linux/drivers/media/video/cx231xx/cx231xx-cards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r 1d0f98c3384f -r 9f0c05c08c3c linux/drivers/media/video/cx231xx/cx231xx-cards.c --- a/linux/drivers/media/video/cx231xx/cx231xx-cards.c Thu Mar 12 22:37:15 2009 +0100 +++ b/linux/drivers/media/video/cx231xx/cx231xx-cards.c Thu Mar 12 22:38:40 2009 +0100 @@ -549,7 +549,7 @@ static int cx231xx_usb_probe(struct usb_ struct usb_interface *uif; struct cx231xx *dev = NULL; int retval = -ENODEV; - int nr, ifnum; + int nr = 0, ifnum; int i, isoc_pipe = 0; char *speed; char descr[255] = ""; --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/9f0c05c08c3cba8fc2c2a8358f1652e4e1fa34ae _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits