diff options
Diffstat (limited to 'drivers/net/ethernet/intel/e100.c')
-rw-r--r-- | drivers/net/ethernet/intel/e100.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/intel/e100.c b/drivers/net/ethernet/intel/e100.c index 0fd268070fb4..a65d5a9ba7db 100644 --- a/drivers/net/ethernet/intel/e100.c +++ b/drivers/net/ethernet/intel/e100.c | |||
@@ -2797,7 +2797,7 @@ static int e100_set_features(struct net_device *netdev, | |||
2797 | 2797 | ||
2798 | netdev->features = features; | 2798 | netdev->features = features; |
2799 | e100_exec_cb(nic, NULL, e100_configure); | 2799 | e100_exec_cb(nic, NULL, e100_configure); |
2800 | return 0; | 2800 | return 1; |
2801 | } | 2801 | } |
2802 | 2802 | ||
2803 | static const struct net_device_ops e100_netdev_ops = { | 2803 | static const struct net_device_ops e100_netdev_ops = { |