From: Johan Hedberg Date: Fri, 18 Jul 2014 08:15:26 +0000 (+0300) Subject: Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~17^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb19e4c079d626bf0502fbb65bd7c9891a10c2e;p=pandora-kernel.git Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP The EOPNOTSUPP and ENOTSUPP errors are very similar in meaning, but ENOTSUPP is a fairly new addition to POSIX. Not all libc versions know about the value the kernel uses for ENOTSUPP so it's better to use EOPNOTSUPP to ensure understandable error messages. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed