commit | 2a14b80cb03bee9a4973e5a91e0ed48df25b57ce | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Thu Nov 02 21:58:41 2017 +0100 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Mon Nov 06 11:58:16 2017 +0000 |
tree | 7b28de0b20599c437d215c83cee686a3a155f631 | |
parent | de880632fc02a889c0c3d2247fa08dc9e1afa228 [diff] |
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>