commit | 46c505188b788c050d28174c6e726835e057bb28 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Thu Apr 27 21:06:15 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 30 22:37:00 2017 -0400 |
tree | 4af675e1cb25e93769b3c56d0ebde37b405a535e | |
parent | 1d11e732e7d501c4a231f0b32cf8b81990592689 [diff] |
nfp: replace -ENOTSUPP with -EOPNOTSUPP As Or points out in commit 423b3aecf290 ("net/mlx4: Change ENOTSUPP to EOPNOTSUPP"), ENOTSUPP is NFS specific error. Replace it with EOPNOTSUPP. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>