commit | b2a8315a5c655ffa5b9330dfba2496e8f0a5d7ad | [log] [tgz] |
---|---|---|
author | LABBE Corentin <clabbe.montjoie@gmail.com> | Wed Feb 08 09:31:14 2017 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 08 15:11:25 2017 -0500 |
tree | 6fee0550d6fa2d5ce4b718a58b732e0fc0ea30a6 | |
parent | 8a70aeca80c2425b60ff821140b5b5c141e28ba1 [diff] |
net: stmmac: replace ENOSYS by EINVAL As said by checkpatch ENOSYS means 'invalid syscall nr' and nothing else. This patch replace ENOSYS by the more appropriate value EINVAL. Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>