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

Commit 6e7f7b37 authored by Janne Grunau's avatar Janne Grunau Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (11353): cx231xx: remove explicitly set v4l2_device.name

parent 7231748a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -672,8 +672,6 @@ static int cx231xx_usb_probe(struct usb_interface *interface,
	 */

	/* Create v4l2 device */
	snprintf(dev->v4l2_dev.name, sizeof(dev->v4l2_dev.name),
					"%s-%03d", "cx231xx", nr);
	retval = v4l2_device_register(&interface->dev, &dev->v4l2_dev);
	if (retval) {
		cx231xx_errdev("v4l2_device_register failed\n");