dect
/
linux-2.6
Archived
13
0
Fork 0

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

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Hans Verkuil 2009-03-06 09:58:12 -03:00 committed by Mauro Carvalho Chehab
parent fbc9fa4e87
commit 9185cbfc33
1 changed files with 1 additions and 1 deletions

View File

@ -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;