mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-28 12:19:09 -04:00
V4L/DVB (11353): cx231xx: remove explicitly set v4l2_device.name
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
7231748af6
commit
6e7f7b37e7
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user