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

Commit 71269bf6 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

media: uvc: don't set driver_version



This field will be removed as it is not needed anymore.

Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Reviewed-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 4b3b1104
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2096,7 +2096,6 @@ static int uvc_probe(struct usb_interface *intf,
			sizeof(dev->mdev.serial));
	strcpy(dev->mdev.bus_info, udev->devpath);
	dev->mdev.hw_revision = le16_to_cpu(udev->descriptor.bcdDevice);
	dev->mdev.driver_version = LINUX_VERSION_CODE;
	media_device_init(&dev->mdev);

	dev->vdev.mdev = &dev->mdev;