Home
last modified time | relevance | path

Searched hist:c8a89c4a1d58230192cf7243520bf7f9899239f4 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/core/
H A Drtnetlink.cdiff c8a89c4a1d58230192cf7243520bf7f9899239f4 Tue Jul 15 17:15:20 CDT 2014 Alexander Duyck <alexander.h.duyck@intel.com> 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>