Skip to content
Commit c8a89c4a authored by Alexander Duyck's avatar Alexander Duyck Committed by David S. Miller
Browse files

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: default avatarAlexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a40e0a66
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment