]> git.baikalelectronics.ru Git - kernel.git/commit
mfd: syscon: Return ENOTSUPP instead of ENOSYS when disabled
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 29 Jan 2016 08:42:19 +0000 (09:42 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 16 Mar 2016 08:50:35 +0000 (08:50 +0000)
commit82690e9201dab4a0f10e671ea61d6efc6b946b67
tree88ae3b8adde0daee738865a0c9fc6c73046ef028
parentfc584583fd7033b09367529e1312704c4eb074c0
mfd: syscon: Return ENOTSUPP instead of ENOSYS when disabled

When CONFIG_MFD_SYSCON is disabled, have the function stubs return
ENOTSUPP to indicate the syscon functionality is not available.
There are currently no callers that depend on the ENOSYS return value.

This patchfixes a checkpatch warning:
    WARNING: ENOSYS means 'invalid syscall nr' and nothing else

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
include/linux/mfd/syscon.h