diff options
Diffstat (limited to 'drivers/net/sfc/efx.c')
-rw-r--r-- | drivers/net/sfc/efx.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 74265d8553b8..e1257e556e48 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
@@ -697,6 +697,8 @@ static void efx_stop_port(struct efx_nic *efx) | |||
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_tx_lock_bh(efx->net_dev); |
700 | netif_addr_lock(efx->net_dev); | ||
701 | netif_addr_unlock(efx->net_dev); | ||
700 | netif_tx_unlock_bh(efx->net_dev); | 702 | netif_tx_unlock_bh(efx->net_dev); |
701 | } | 703 | } |
702 | } | 704 | } |