Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 6e4f574b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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] = "";