From: Russell King Date: Sat, 20 Dec 2014 12:45:36 +0000 (-0300) Subject: [media] em28xx-audio: fix missing newlines X-Git-Tag: v3.16.35~2824 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43a410cfbf533a9f4d445302e4dc7f92ffbfc6fb;p=thirdparty%2Fkernel%2Fstable.git [media] em28xx-audio: fix missing newlines 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 Reviewed-by: Frank Schäfer Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Luis Henriques --- diff --git a/drivers/media/usb/em28xx/em28xx-audio.c b/drivers/media/usb/em28xx/em28xx-audio.c index 5a090555c750d..2b463f1459624 100644 --- a/drivers/media/usb/em28xx/em28xx-audio.c +++ b/drivers/media/usb/em28xx/em28xx-audio.c @@ -821,7 +821,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 */