Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent fbc9fa4e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;