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

Commit 1a17a942 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] vivi: remove pointless video_nr++



Remove the pointless video_nr++. It doesn't do anything useful and it has
the unexpected side-effect of changing the video_nr module option, so
cat /sys/module/vivi/parameters/video_nr gives a different value back
then what was specified with modprobe.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 6992c080
Loading
Loading
Loading
Loading
+0 −3
Original line number Original line Diff line number Diff line
@@ -1330,9 +1330,6 @@ static int __init vivi_create_instance(int inst)
	/* Now that everything is fine, let's add it to device list */
	/* Now that everything is fine, let's add it to device list */
	list_add_tail(&dev->vivi_devlist, &vivi_devlist);
	list_add_tail(&dev->vivi_devlist, &vivi_devlist);


	if (video_nr != -1)
		video_nr++;

	v4l2_info(&dev->v4l2_dev, "V4L2 device registered as %s\n",
	v4l2_info(&dev->v4l2_dev, "V4L2 device registered as %s\n",
		  video_device_node_name(vfd));
		  video_device_node_name(vfd));
	return 0;
	return 0;