Skip to content

Commit

Permalink
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Browse files Browse the repository at this point in the history
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6:
  net: Fix spinlock use in alloc_netdev_mq()
  • Loading branch information
torvalds committed Aug 7, 2009
2 parents 9cf9d28 + 0bf52b9 commit cba8784
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -4007,9 +4007,7 @@ static void dev_unicast_flush(struct net_device *dev)

static void dev_unicast_init(struct net_device *dev)
{
netif_addr_lock_bh(dev);
__hw_addr_init(&dev->uc);
netif_addr_unlock_bh(dev);
}


Expand Down

0 comments on commit cba8784

Please sign in to comment.