Commit d73abcff authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6e4f574b
......@@ -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] = "";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment