From: Peter Oberparleiter Date: Fri, 6 Jan 2006 08:19:27 +0000 (-0800) Subject: [PATCH] s390: fix invalid return code in sclp_cpi X-Git-Tag: v2.6.16-rc1~936^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bbc8346fb21fad3f678220b067450e436e45dbf;p=pandora-kernel.git [PATCH] s390: fix invalid return code in sclp_cpi When the sclp_cpi module is loaded on a system which does not support the required SCLP call (e.g. on z/VM), ENOSUPP is returned to user space. The correct return value is EOPNOTSUPP. Signed-off-by: Peter Oberparleiter Signed-off-by: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed