All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] lasi82596: fix netdev_mc_count conversion
@ 2010-06-19 22:35 Helge Deller
  2010-06-19 22:41 ` Helge Deller
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2010-06-19 22:35 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds, linux-parisc, Kyle McMartin,
	David S. Miller, Jiri Pirko

Fix commit 4cd24eaf0 (net: use netdev_mc_count and netdev_mc_empty when
appropriate)

--- 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] 4+ messages in thread

* Re: [PATCH] lasi82596: fix netdev_mc_count conversion
  2010-06-19 22:35 [PATCH] lasi82596: fix netdev_mc_count conversion Helge Deller
@ 2010-06-19 22:41 ` Helge Deller
  2010-06-21 20:50   ` David Miller
  0 siblings, 1 reply; 4+ messages in thread
From: Helge Deller @ 2010-06-19 22:41 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds, linux-parisc, Kyle McMartin,
	David S. Miller, Jiri Pirko

Fix commit 4cd24eaf0 (net: use netdev_mc_count and netdev_mc_empty when
appropriate)

Signed-off-by: Helge Deller <deller@gmx.de>
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] 4+ messages in thread

* Re: [PATCH] lasi82596: fix netdev_mc_count conversion
  2010-06-19 22:41 ` Helge Deller
@ 2010-06-21 20:50   ` David Miller
  2010-06-21 21:33     ` Kyle McMartin
  0 siblings, 1 reply; 4+ 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] 4+ messages in thread

* Re: [PATCH] lasi82596: fix netdev_mc_count conversion
  2010-06-21 20:50   ` David Miller
@ 2010-06-21 21:33     ` Kyle McMartin
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2010-06-21 21:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-19 22:35 [PATCH] lasi82596: fix netdev_mc_count conversion Helge Deller
2010-06-19 22:41 ` Helge Deller
2010-06-21 20:50   ` David Miller
2010-06-21 21:33     ` Kyle McMartin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.