From: Heiko Carstens Date: Mon, 5 Jan 2015 09:10:14 +0000 (+0100) Subject: s390/sclp: sign extend return value of _sclp_print_early() X-Git-Tag: fixes-v4.0-rc1~134^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7e75d434b53b45ae60779903904d4fbdbd145a5;p=pandora-kernel.git s390/sclp: sign extend return value of _sclp_print_early() _sclp_print_early() has a return value, but misses to sign extend it if called from 64 bit code. This is not really a bug, since currently no caller cares what the return value is. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed