commit | c8a89c4a1d58230192cf7243520bf7f9899239f4 | [log] [tgz] |
---|---|---|
author | Alexander Duyck <alexander.h.duyck@intel.com> | Tue Jul 15 15:15:20 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 16 23:13:26 2014 -0700 |
tree | c2f03addc5abf7a979e0c97eb0f22269ac3a656a | |
parent | a40e0a664bce465a3b8ad1d792153cef8ded9f7d [diff] |
rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del This change cleans up ndo_dflt_fdb_del to drop the ENOTSUPP return value since that isn't actually returned anywhere in the code. As a result we are able to drop a few lines by just defaulting this to -EINVAL. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>