ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r"
authorNicolas Pitre <nicolas.pitre@linaro.org>
Thu, 2 Nov 2017 20:58:41 +0000 (21:58 +0100)
committerRussell King <rmk+kernel@armlinux.org.uk>
Mon, 6 Nov 2017 11:58:16 +0000 (11:58 +0000)
commit2a14b80cb03bee9a4973e5a91e0ed48df25b57ce
tree7b28de0b20599c437d215c83cee686a3a155f631
parentde880632fc02a889c0c3d2247fa08dc9e1afa228
ARM: 8717/2: debug printch/printascii: translate '\n' to "\r\n" not "\n\r"

Some terminals apparently have issues with "\n\r" and mess up the
display. Let's use the traditional "\r\n" ordering.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Reported-by: Chris Brandt <Chris.Brandt@renesas.com>
Tested-by: Chris Brandt <Chris.Brandt@renesas.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
arch/arm/kernel/debug.S