Browse Source

V4L/DVB (10912): vivi: fix compile warning.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Hans Verkuil 16 years ago
parent
commit
9185cbfc33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/video/vivi.c

+ 1 - 1
drivers/media/video/vivi.c

@@ -1406,7 +1406,7 @@ free_dev:
  */
 static int __init vivi_init(void)
 {
-	int ret, i;
+	int ret = 0, i;
 
 	if (n_devs <= 0)
 		n_devs = 1;