Browse Source

V4L/DVB (10982): cx231xx: fix compile warning

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Hans Verkuil 16 years ago
parent
commit
d73abcff75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/video/cx231xx/cx231xx-cards.c

+ 1 - 1
drivers/media/video/cx231xx/cx231xx-cards.c

@@ -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] = "";