]> git.hungrycats.org Git - linux/commitdiff
em28xx-audio: fix missing newlines
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 20 Dec 2014 12:45:36 +0000 (09:45 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Mar 2015 22:43:26 +0000 (14:43 -0800)
commit 7818b0aab87b680fb10f68eccebeeb6cd8283c73 upstream.

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")
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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/media/usb/em28xx/em28xx-audio.c

index 74a9a896cedfe6dd1a2e2d6e2145bca622792a05..c39f7d329ee2d6502659ddaea46aa8a1f14ddd66 100644 (file)
@@ -814,7 +814,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 */