netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/8] gianfar: Remove unused DECLARE_MAC_BUF
@ 2009-07-16  8:51 Tobias Klauser
  2009-07-16 13:16 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Tobias Klauser @ 2009-07-16  8:51 UTC (permalink / raw)
  To: davem, afleming, galak, netdev; +Cc: Tobias Klauser

Is not needed anymore because of the %pM printk conversion specifier.

Signed-off-by: Tobias Klauser <klto@zhaw.ch>
---
 drivers/net/gianfar.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c
index 4ae1d25..21f5b0a 100644
--- a/drivers/net/gianfar.c
+++ b/drivers/net/gianfar.c
@@ -304,7 +304,6 @@ static int gfar_probe(struct of_device *ofdev,
 	u32 tempval;
 	struct net_device *dev = NULL;
 	struct gfar_private *priv = NULL;
-	DECLARE_MAC_BUF(mac);
 	int err = 0;
 	int len_devname;
 
-- 
1.6.0.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 1/8] gianfar: Remove unused DECLARE_MAC_BUF
  2009-07-16  8:51 [PATCH 1/8] gianfar: Remove unused DECLARE_MAC_BUF Tobias Klauser
@ 2009-07-16 13:16 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-07-16 13:16 UTC (permalink / raw)
  To: klto; +Cc: afleming, galak, netdev

From: Tobias Klauser <klto@zhaw.ch>
Date: Thu, 16 Jul 2009 10:51:25 +0200

> Is not needed anymore because of the %pM printk conversion specifier.
> 
> Signed-off-by: Tobias Klauser <klto@zhaw.ch>

I already applied the same fix from Johannes yesterday.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-07-16 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-16  8:51 [PATCH 1/8] gianfar: Remove unused DECLARE_MAC_BUF Tobias Klauser
2009-07-16 13:16 ` David Miller

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).