From: Peter Oberparleiter Date: Wed, 5 Jun 2013 13:51:57 +0000 (+0200) Subject: s390/sclp: fix new line detection X-Git-Tag: v3.10-rc6~14^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=98f6d1a6681b9398968f9fe5e016d19c259b04c2;p=pandora-kernel.git s390/sclp: fix new line detection When printing multi-line text using sclp_print, line endings are not correctly handled. The routine is expecting an EBCDIC new line character as line terminator while the input text is encoded in ASCII format. Fix this problem by modifying sclp_print to scan for ASCII new line characters. Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed