mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08: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:
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");
|
||||
|
Loading…
Reference in New Issue
Block a user