V4L/DVB (10982): cx231xx: fix compile warning
authorHans Verkuil <hverkuil@xs4all.nl>
Thu, 12 Mar 2009 21:38:40 +0000 (18:38 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Tue, 7 Apr 2009 00:44:05 +0000 (21:44 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/cx231xx/cx231xx-cards.c

index c12bb62..c5230b5 100644 (file)
@@ -538,7 +538,7 @@ static int cx231xx_usb_probe(struct usb_interface *interface,
        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] = "";