[media] em28xx: ensure "closing" messages terminate with a newline
[firefly-linux-kernel-4.4.55.git] / drivers / media / usb / em28xx / em28xx-video.c
index cf7f58b7629293c6d5899607bd004d4b900e9e7c..eeb4ad5a3a768d4ce540bbd091a71eba3841b6d5 100644 (file)
@@ -1958,7 +1958,7 @@ static int em28xx_v4l2_fini(struct em28xx *dev)
        if (v4l2 == NULL)
                return 0;
 
-       em28xx_info("Closing video extension");
+       em28xx_info("Closing video extension\n");
 
        mutex_lock(&dev->lock);
 
@@ -2192,7 +2192,6 @@ static struct video_device
 
        *vfd            = *template;
        vfd->v4l2_dev   = &dev->v4l2->v4l2_dev;
-       vfd->debug      = video_debug;
        vfd->lock       = &dev->lock;
        if (dev->board.is_webcam)
                vfd->tvnorms = 0;