commit | 9185cbfc336a080695304bcb781186559d987974 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hverkuil@xs4all.nl> | Fri Mar 06 09:58:12 2009 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Mar 30 12:43:15 2009 -0300 |
tree | 62460e6f313a2d7462e023c89c3a61ab5ef4cf1e | |
parent | fbc9fa4e8781170e2fbca2859feda114d4758132 [diff] |
V4L/DVB (10912): vivi: fix compile warning. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 980620f..fbfefae 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c
@@ -1406,7 +1406,7 @@ */ static int __init vivi_init(void) { - int ret, i; + int ret = 0, i; if (n_devs <= 0) n_devs = 1;