Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200539
b: refs/heads/master
c: 13fea6d
h: refs/heads/master
i:
  200537: 2e250b9
  200535: a28019e
v: v3
  • Loading branch information
Helge Deller authored and David S. Miller committed Jun 21, 2010
1 parent 6a7d0df commit 5169e4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ade2d3db21b0625f9528bcd6f1656dd7c8d0fe08
refs/heads/master: 13fea6d4f73942e6961aec97ba4c593619d18f6f
2 changes: 1 addition & 1 deletion trunk/drivers/net/lib82596.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ static void set_multicast_list(struct net_device *dev)
DEB(DEB_MULTI,
printk(KERN_DEBUG
"%s: set multicast list, %d entries, promisc %s, allmulti %s\n",
dev->name, dev->mc_count,
dev->name, netdev_mc_count(dev),
dev->flags & IFF_PROMISC ? "ON" : "OFF",
dev->flags & IFF_ALLMULTI ? "ON" : "OFF"));

Expand Down

0 comments on commit 5169e4b

Please sign in to comment.