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:
parent
fbc9fa4e87
commit
9185cbfc33
1 changed files with 1 additions and 1 deletions
|
@ -1406,7 +1406,7 @@ free_dev:
|
||||||
*/
|
*/
|
||||||
static int __init vivi_init(void)
|
static int __init vivi_init(void)
|
||||||
{
|
{
|
||||||
int ret, i;
|
int ret = 0, i;
|
||||||
|
|
||||||
if (n_devs <= 0)
|
if (n_devs <= 0)
|
||||||
n_devs = 1;
|
n_devs = 1;
|
||||||
|
|
Loading…
Reference in a new issue