diff mbox

[1/8] gianfar: Remove unused DECLARE_MAC_BUF

Message ID 1247734285-20648-1-git-send-email-klto@zhaw.ch
State Not Applicable, archived
Delegated to: David Miller
Headers show

Commit Message

Tobias Klauser July 16, 2009, 8:51 a.m. UTC
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(-)

Comments

David Miller July 16, 2009, 1:16 p.m. UTC | #1
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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;