diff options
-rw-r--r-- | drivers/media/video/vivi.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/media/video/vivi.c b/drivers/media/video/vivi.c index 1e8c4f3ab602..679e329ffa15 100644 --- a/drivers/media/video/vivi.c +++ b/drivers/media/video/vivi.c | |||
@@ -1330,9 +1330,6 @@ static int __init vivi_create_instance(int inst) | |||
1330 | /* Now that everything is fine, let's add it to device list */ | 1330 | /* Now that everything is fine, let's add it to device list */ |
1331 | list_add_tail(&dev->vivi_devlist, &vivi_devlist); | 1331 | list_add_tail(&dev->vivi_devlist, &vivi_devlist); |
1332 | 1332 | ||
1333 | if (video_nr != -1) | ||
1334 | video_nr++; | ||
1335 | |||
1336 | v4l2_info(&dev->v4l2_dev, "V4L2 device registered as %s\n", | 1333 | v4l2_info(&dev->v4l2_dev, "V4L2 device registered as %s\n", |
1337 | video_device_node_name(vfd)); | 1334 | video_device_node_name(vfd)); |
1338 | return 0; | 1335 | return 0; |