From: Heiko Carstens Date: Thu, 6 Sep 2012 15:35:00 +0000 (+0200) Subject: s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPP X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~81^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=745e967a49b26725cc9f30105ff67c8fee8926d6;p=pandora-kernel.git s390/vmlogrdr: change return value from -ENOSYS to -EOPNOTSUPP Changing the return value of vmlogrdr_open() to -EOPNOTSUPP if O_NONBLOCK is specified shouldn't have any negative side effects. Any existing user wouldn't specify that flag since it wouldn't work anyway. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed