]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
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>

No differences found