[PATCH v2 09/16] net: stmmac: replace ENOSYS by EINVAL

2017-02-08 Thread Corentin Labbe
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 Acked-by: Giuseppe Cavallaro ---

[PATCH v2 09/16] net: stmmac: replace ENOSYS by EINVAL

2017-02-08 Thread Corentin Labbe
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 Acked-by: Giuseppe Cavallaro --- drivers/net/ethernet/stmicro/stmmac/stmmac_platform.c | 2 +- 1 file changed, 1 insertion(+),