Commit 30d9a34d authored by Linus Walleij's avatar Linus Walleij Committed by Russell King
Browse files

ARM: 9008/1: uncompress: Drop excess whitespace print



This drops some whitespace from the debug message about
where we move the compressed kernel: r after the message
is completely surplus since the putc routine will anyway
add r after n, and the initial linefeed just assumes
that this will always be the first message on the console,
which is not certain to be true.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarRussell King <rmk+kernel@armlinux.org.uk>
parent 0b0c1dbd
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -91,7 +91,6 @@
		 */
		.macro dbgkc, begin, end, cbegin, cend
#ifdef DEBUG
		kputc   #'\n'
		kputc   #'C'
		kputc   #':'
		kputc   #'0'
@@ -111,7 +110,6 @@
		kputc	#'x'
		kphex	\cend, 8	/* End of kernel copy */
		kputc	#'\n'
		kputc	#'\r'
#endif
		.endm