]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/sclp: don't add new lines to each printed string
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Thu, 2 Feb 2017 09:33:20 +0000 (10:33 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Wed, 8 Feb 2017 13:13:20 +0000 (14:13 +0100)
commit02407baaebdef86571e4e939ddbd3b32d9b5d389
tree3389599af369faa22c2731947bde7714cad1ba66
parentd5ab7a34f9bbad54f89b812e6b0d2d898f9433db
s390/sclp: don't add new lines to each printed string

The early vt220 sclp printk code added an extra new line to each
printed multi-line text. If used for the early sclp console this will
lead to numerous extra new lines. Therefore get rid of this semantic
and require that each to be printed string contains a line feed
character if a new line is wanted.

Reviewed-by: Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/kernel/als.c
arch/s390/kernel/swsusp.S
drivers/s390/char/sclp_early_core.c