* Re: [PATCH] lasi82596: fix netdev_mc_count conversion [not found] ` <20100619224139.GA6158@p100.box> @ 2010-06-21 20:50 ` David Miller 2010-06-21 21:33 ` Kyle McMartin 0 siblings, 1 reply; 2+ messages in thread From: David Miller @ 2010-06-21 20:50 UTC (permalink / raw) To: deller; +Cc: linux-kernel, torvalds, linux-parisc, kyle, jpirko, netdev From: Helge Deller <deller@gmx.de> 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@gmx.de> Applied, please CC: netdev@vger.kernel.org when posting networking patches in the future, thanks. > CC: Linus Torvalds <torvalds@linux-foundation.org> > CC: Kyle McMartin <kyle@mcmartin.ca> > CC: "David S. Miller" <davem@davemloft.net> > CC: Jiri Pirko <jpirko@redhat.com> > > --- 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")); > > ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] lasi82596: fix netdev_mc_count conversion 2010-06-21 20:50 ` [PATCH] lasi82596: fix netdev_mc_count conversion David Miller @ 2010-06-21 21:33 ` Kyle McMartin 0 siblings, 0 replies; 2+ messages in thread From: Kyle McMartin @ 2010-06-21 21:33 UTC (permalink / raw) To: David Miller Cc: deller, linux-kernel, torvalds, linux-parisc, kyle, jpirko, netdev On Mon, Jun 21, 2010 at 01:50:50PM -0700, David Miller wrote: > From: Helge Deller <deller@gmx.de> > 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@gmx.de> > > Applied, please CC: netdev@vger.kernel.org when posting networking > patches in the future, thanks. > Thanks for catching this, Dave. --Kyle ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-21 21:33 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20100619223524.GA6018@p100.box> [not found] ` <20100619224139.GA6158@p100.box> 2010-06-21 20:50 ` [PATCH] lasi82596: fix netdev_mc_count conversion David Miller 2010-06-21 21:33 ` Kyle McMartin
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).