]> git.karo-electronics.de Git - linux-beck.git/commitdiff
[media] em28xx-audio: fix missing newlines
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 20 Dec 2014 12:45:36 +0000 (09:45 -0300)
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>
Tue, 23 Dec 2014 16:46:06 +0000 (14:46 -0200)
Inspection shows that newlines are missing from several kernel messages
in em28xx-audio.  Fix these.

Fixes: 1b3fd2d34266 ("[media] em28xx-audio: don't hardcode audio URB calculus")
Cc: <stable@vger.kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Reviewed-by: Frank Schäfer <fschaefer.oss@googlemail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/usb/em28xx/em28xx-audio.c

index 52dc9d70da7296da1dd058487b957a40e467a3c9..82d58eb3d32a6ccfb4f105ea2ca945c5be087973 100644 (file)
@@ -820,7 +820,7 @@ static int em28xx_audio_urb_init(struct em28xx *dev)
        if (urb_size > ep_size * npackets)
                npackets = DIV_ROUND_UP(urb_size, ep_size);
 
-       em28xx_info("Number of URBs: %d, with %d packets and %d size",
+       em28xx_info("Number of URBs: %d, with %d packets and %d size\n",
                    num_urb, npackets, urb_size);
 
        /* Estimate the bytes per period */