Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 289810
b: refs/heads/master
c: 6c8eef4
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings committed Jan 27, 2012
1 parent a440dc5 commit 3d96a53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2aa9ef11e70c47ed26f831798f02ad3794e5ad41
refs/heads/master: 6c8eef4ac8dfd888be5b46e363f8e42b9f0d5b6a
3 changes: 1 addition & 2 deletions trunk/drivers/net/ethernet/sfc/efx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,6 @@ static void efx_watchdog(struct net_device *net_dev)
static int efx_change_mtu(struct net_device *net_dev, int new_mtu)
{
struct efx_nic *efx = netdev_priv(net_dev);
int rc = 0;

EFX_ASSERT_RESET_SERIALISED(efx);

Expand All @@ -1816,7 +1815,7 @@ static int efx_change_mtu(struct net_device *net_dev, int new_mtu)
efx_init_channels(efx);

efx_start_all(efx);
return rc;
return 0;
}

static int efx_set_mac_address(struct net_device *net_dev, void *data)
Expand Down

0 comments on commit 3d96a53

Please sign in to comment.