Skip to content

Commit

Permalink
V4L/DVB (10912): vivi: 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 Mar 30, 2009
1 parent fbc9fa4 commit 9185cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/video/vivi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9185cbf

Please sign in to comment.