]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
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 c12bb62021a9c7d81c4cedaac0c5fc1def1f6ae2..c5230b5df9091d63ee27327bce8385b215cadf40 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] = "";