Re: [PATCH] lasi82596: fix netdev_mc_count conversion

From: David Miller
Date: Mon Jun 21 2010 - 16:50:43 EST


From: Helge Deller <deller@xxxxxx>
Date: Sun, 20 Jun 2010 00:41:39 +0200

> Fix commit 4cd24eaf0 (net: use netdev_mc_count and netdev_mc_empty when
> appropriate)
>
> Signed-off-by: Helge Deller <deller@xxxxxx>

Applied, please CC: netdev@xxxxxxxxxxxxxxx when posting networking
patches in the future, thanks.

> CC: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
> CC: Kyle McMartin <kyle@xxxxxxxxxxx>
> CC: "David S. Miller" <davem@xxxxxxxxxxxxx>
> CC: Jiri Pirko <jpirko@xxxxxxxxxx>
>
> --- a/drivers/net/lib82596.c
> +++ b/drivers/net/lib82596.c
> @@ -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"));
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/