Skip to content

Commit

Permalink
V4L/DVB (10982): cx231xx: fix compile warning
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Apr 7, 2009
1 parent 6e4f574 commit d73abcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/cx231xx/cx231xx-cards.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] = "";
Expand Down

0 comments on commit d73abcf

Please sign in to comment.