diff options
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/mv643xx_eth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/mv643xx_eth.c b/drivers/net/mv643xx_eth.c index 8a91d79383dd..30e6d4b8d564 100644 --- a/drivers/net/mv643xx_eth.c +++ b/drivers/net/mv643xx_eth.c | |||
@@ -634,9 +634,9 @@ static int mv643xx_eth_poll(struct napi_struct *napi, int budget) | |||
634 | txq_reclaim(mp->txq + i, 0); | 634 | txq_reclaim(mp->txq + i, 0); |
635 | 635 | ||
636 | if (netif_carrier_ok(mp->dev)) { | 636 | if (netif_carrier_ok(mp->dev)) { |
637 | spin_lock(&mp->lock); | 637 | spin_lock_irq(&mp->lock); |
638 | __txq_maybe_wake(mp->txq + mp->txq_primary); | 638 | __txq_maybe_wake(mp->txq + mp->txq_primary); |
639 | spin_unlock(&mp->lock); | 639 | spin_unlock_irq(&mp->lock); |
640 | } | 640 | } |
641 | } | 641 | } |
642 | #endif | 642 | #endif |