UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=n
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Tue, 4 Mar 2014 10:57:43 +0000 (07:57 -0300)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 5 Mar 2014 13:48:35 +0000 (15:48 +0200)
commit80744cc92207baa913ac9575374738b6298032eb
tree7f600e92514cf2ce65fef26b868947fcd7fd31c9
parent22d3ee5c48cbae136cb44aa812c562117ff6df29
UBI: block: Use ENOSYS as return value when CONFIG_UBIBLOCK=n

In order to have a way of distinguishing an invalid ioctl from a
not supported (but otherwise valid) ioctl, this commit changes the
return value of the ioctl stubs from ENOTTY to ENOSYS.

This will be useful to report more accurate error messages from
userspace tools.

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/ubi/ubi.h