]> git.karo-electronics.de Git - karo-tx-linux.git/commit
staging: wlan-ng: do not return -ENOSYS
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Sun, 9 Oct 2016 15:10:23 +0000 (17:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:25:36 +0000 (10:25 +0200)
commit4d43b7916b04aee1c3c7e8ae98cbbc9b045e77d6
tree264560d8260e95432fe8c016f218be67e30411e6
parent84ad1efa7d2b724344e115ea0a0b4d5d7ec45cca
staging: wlan-ng: do not return -ENOSYS

Fixed coding style issue by replacing ENOSYS with EINVAL.

This patch fix the following checkpatch.pl warnings in p80211netdev.c:
WARNING: ENOSYS means 'invalid syscall nr' and nothing else

Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/p80211netdev.c