Commit 9185cbfc authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab

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

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent fbc9fa4e
......@@ -1406,7 +1406,7 @@ static int __init vivi_create_instance(int inst)
*/
static int __init vivi_init(void)
{
int ret, i;
int ret = 0, i;
if (n_devs <= 0)
n_devs = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment