commit | 0c44d7896cbf9156b8bb10da4f665005622235ae | [log] [tgz] |
---|---|---|
author | Lee Jones <lee.jones@linaro.org> | Wed Mar 23 14:43:43 2016 +0000 |
committer | Jassi Brar <jaswinder.singh@linaro.org> | Tue Apr 12 13:28:32 2016 +0530 |
tree | 655ae8ea8c80bcc3430e306cae2e8e173b931490 | |
parent | d1c2f87c9a8f79fa8816bbe7de98da38eae2be5e [diff] |
mailbox: Stop using ENOSYS for anything other than unimplemented syscalls In accordance with e15f431fe2d5 ("errno.h: Improve ENOSYS's comment") and 91c9afaf97ee ("checkpatch.pl: new instances of ENOSYS are errors") we're converting from the old meaning of: ENOSYS "Function not implemented" to a more standard EINVAL. Reported-by: Seraphin Bonnaffe <seraphin.bonnaffe@st.com> Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>