diff options
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r-- | drivers/net/sfc/efx.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index e1257e556e48..7b2015f9e469 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -696,10 +696,8 @@ static void efx_stop_port(struct efx_nic *efx) | |||
696 | 696 | ||
697 | /* Serialise against efx_set_multicast_list() */ | 697 | /* Serialise against efx_set_multicast_list() */ |
698 | if (efx_dev_registered(efx)) { | 698 | if (efx_dev_registered(efx)) { |
699 | netif_tx_lock_bh(efx->net_dev); | 699 | netif_addr_lock_bh(efx->net_dev); |
700 | netif_addr_lock(efx->net_dev); | 700 | netif_addr_unlock_bh(efx->net_dev); |
701 | netif_addr_unlock(efx->net_dev); | ||
702 | netif_tx_unlock_bh(efx->net_dev); | ||
703 | } | 701 | } |
704 | } | 702 | } |
705 | 703 | ||