mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
V4L/DVB (10982): cx231xx: fix compile warning
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
6e4f574ba4
commit
d73abcff75
@ -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] = "";
|
||||
|
Loading…
Reference in New Issue
Block a user