[media] em28xx: ensure "closing" messages terminate with a newline
[firefly-linux-kernel-4.4.55.git] / drivers / media / usb / em28xx / em28xx-dvb.c
index 9877b699c6bccc864c17f23ae52e65e782802372..80c384c390e2516281c859c09bf4562f8064d8d0 100644 (file)
@@ -1724,7 +1724,7 @@ static int em28xx_dvb_fini(struct em28xx *dev)
        if (!dev->dvb)
                return 0;
 
-       em28xx_info("Closing DVB extension");
+       em28xx_info("Closing DVB extension\n");
 
        dvb = dev->dvb;
        client = dvb->i2c_client_tuner;