From: Eugene Crosser Date: Mon, 18 May 2015 12:27:58 +0000 (+0200) Subject: qeth: replace ENOSYS with EOPNOTSUPP X-Git-Tag: omap-for-v4.2/fixes-rc1^2~134^2~264^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb9525141bc2f16badef715bd0fabd0cd66450e;p=pandora-kernel.git qeth: replace ENOSYS with EOPNOTSUPP Since recently, `checkpatch.pl` advices that ENOSYS should not be used for anything other than "invalid syscall nr". This patch replaces ENOSYS return code with EOPNOTSUPP for the "unsupported function" conditions. Signed-off-by: Eugene Crosser Signed-off-by: Ursula Braun Signed-off-by: David S. Miller --- Reading git-diff-tree failed