aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/sfc
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sfc')
-rw-r--r--drivers/net/sfc/ethtool.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/sfc/ethtool.c b/drivers/net/sfc/ethtool.c
index 7693cfbf9cf4..23372bf5cd59 100644
--- a/drivers/net/sfc/ethtool.c
+++ b/drivers/net/sfc/ethtool.c
@@ -551,10 +551,7 @@ static int efx_ethtool_set_flags(struct net_device *net_dev, u32 data)
551 struct efx_nic *efx = netdev_priv(net_dev); 551 struct efx_nic *efx = netdev_priv(net_dev);
552 u32 supported = efx->type->offload_features & ETH_FLAG_RXHASH; 552 u32 supported = efx->type->offload_features & ETH_FLAG_RXHASH;
553 553
554 if (data & ~supported) 554 return ethtool_op_set_flags(net_dev, data, supported);
555 return -EOPNOTSUPP;
556
557 return ethtool_op_set_flags(net_dev, data);
558} 555}
559 556
560static void efx_ethtool_self_test(struct net_device *net_dev, 557static void efx_ethtool_self_test(struct net_device *net_dev,