summaryrefslogtreecommitdiff
path: root/drivers/media/video/cx231xx
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-12 18:38:40 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-06 21:44:05 -0300
commitd73abcff75cd3b1b5c910df454ac332beb29eed1 (patch)
treed82c1cf358a9a7f640e93261ec449eff07e04d14 /drivers/media/video/cx231xx
parent6e4f574ba43511ac1cb860027275e08529c5a28f (diff)
V4L/DVB (10982): cx231xx: fix compile warning
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx231xx')
-rw-r--r--drivers/media/video/cx231xx/cx231xx-cards.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c
index c12bb62021a9..c5230b5df909 100644
--- a/drivers/media/video/cx231xx/cx231xx-cards.c
+++ b/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] = "";