netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next-2.6] net: pppoe - get rid of DECLARE_MAC_BUF
@ 2009-01-22 17:25 Cyrill Gorcunov
  2009-01-22 21:52 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Cyrill Gorcunov @ 2009-01-22 17:25 UTC (permalink / raw)
  To: David Miller; +Cc: NKML, Pavel Emelyanov

While was playing with PPP namespaces I occasionally brought
back DECLARE_MAC_BUF which is not needed (we have %pM here).
Fix it.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
---
 drivers/net/pppoe.c |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6.git/drivers/net/pppoe.c
===================================================================
--- linux-2.6.git.orig/drivers/net/pppoe.c
+++ linux-2.6.git/drivers/net/pppoe.c
@@ -1004,7 +1004,6 @@ static int pppoe_seq_show(struct seq_fil
 {
 	struct pppox_sock *po;
 	char *dev_name;
-	DECLARE_MAC_BUF(mac);
 
 	if (v == SEQ_START_TOKEN) {
 		seq_puts(seq, "Id       Address              Device\n");

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

end of thread, other threads:[~2009-01-22 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-22 17:25 [PATCH net-next-2.6] net: pppoe - get rid of DECLARE_MAC_BUF Cyrill Gorcunov
2009-01-22 21:52 ` 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).