From: Alexander Duyck Date: Tue, 15 Jul 2014 22:15:20 +0000 (-0700) Subject: rtnetlink: Drop unnecessary return value from ndo_dflt_fdb_del X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~147 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8a89c4a1d58230192cf7243520bf7f9899239f4;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed